|
33 | 33 |
|
34 | 34 | // Resets for <select> element |
35 | 35 | appearance: none; |
| 36 | + |
36 | 37 | &::-ms-expand { |
37 | 38 | display: none; |
38 | 39 | } |
|
44 | 45 | transition: |
45 | 46 | mdc-animation-exit(border-bottom-color, 150ms), |
46 | 47 | mdc-animation-exit(background-color, 150ms); |
47 | | - |
48 | 48 | border: none; |
49 | 49 | border-bottom: 1px solid rgba(black, .12); |
50 | 50 | border-radius: 0; |
|
60 | 60 |
|
61 | 61 | &:focus { |
62 | 62 | @include mdc-theme-prop(border-bottom-color, primary); |
| 63 | + |
63 | 64 | outline: none; |
64 | 65 | background-color: rgba(black, .06); |
65 | 66 | } |
|
71 | 72 | @include mdc-theme-dark { |
72 | 73 | @include mdc-theme-prop(color, text-primary-on-dark); |
73 | 74 | @include mdc-select-dd-arrow-svg-bg_(ffffff); |
| 75 | + |
74 | 76 | border-bottom: 1px solid rgba(white, .12); |
75 | 77 |
|
76 | 78 | &:focus { |
77 | 79 | @include mdc-theme-prop(border-bottom-color, primary); |
| 80 | + |
78 | 81 | background-color: rgba(white, .09); |
79 | 82 | } |
80 | 83 | } |
|
109 | 112 | .mdc-select[disabled] { |
110 | 113 | @include mdc-theme-prop(color, text-disabled-on-light); |
111 | 114 | @include mdc-select-dd-arrow-svg-bg_(000000, .38); |
| 115 | + |
112 | 116 | border-bottom-style: dotted; |
113 | 117 | cursor: default; |
114 | 118 | pointer-events: none; |
|
118 | 122 | @include mdc-theme-dark(".mdc-select", true) { |
119 | 123 | @include mdc-theme-prop(color, text-disabled-on-dark); |
120 | 124 | @include mdc-select-dd-arrow-svg-bg_(ffffff, .38); |
| 125 | + |
121 | 126 | border-bottom: 1px dotted rgba(white, .38); |
122 | 127 | } |
123 | 128 | } |
|
149 | 154 |
|
150 | 155 | .mdc-list-group { |
151 | 156 | @include mdc-theme-prop(color, text-hint-on-light); |
| 157 | + |
152 | 158 | font-weight: normal; |
153 | 159 |
|
154 | 160 | .mdc-list-item { |
|
0 commit comments