Ignore:
Timestamp:
11/25/21 22:08:24 (3 years ago)
Author:
Ema <ema_spirova@…>
Branches:
master
Children:
8d391a1
Parents:
59329aa
Message:

primeNG components

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trip-planner-front/node_modules/@angular/material/input/_input-theme.scss

    r59329aa re29cc2e  
    3838    // reset the color of the options to something dark.
    3939    @if (map.get($config, is-dark)) {
    40       option {
    41         color: palette.$dark-primary-text;
    42       }
     40      &:not(.mat-native-select-inline) {
     41        option {
     42          color: palette.$dark-primary-text;
     43        }
    4344
    44       option:disabled {
    45         color: palette.$dark-disabled-text;
     45        option:disabled {
     46          color: palette.$dark-disabled-text;
     47        }
    4648      }
    4749    }
Note: See TracChangeset for help on using the changeset viewer.