- Timestamp:
- 11/25/21 22:08:24 (3 years ago)
- Branches:
- master
- Children:
- 8d391a1
- Parents:
- 59329aa
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trip-planner-front/node_modules/@angular/material/input/_input-theme.scss
r59329aa re29cc2e 38 38 // reset the color of the options to something dark. 39 39 @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 } 43 44 44 option:disabled { 45 color: palette.$dark-disabled-text; 45 option:disabled { 46 color: palette.$dark-disabled-text; 47 } 46 48 } 47 49 }
Note:
See TracChangeset
for help on using the changeset viewer.