|
38 | 38 | .mdc-notched-outline__trailing { |
39 | 39 | border-color: var(--on-background-3); |
40 | 40 | } |
| 41 | + |
41 | 42 | .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover |
42 | 43 | .mdc-notched-outline |
43 | 44 | .mdc-notched-outline__leading, |
|
130 | 131 | stroke: var(--on-background); |
131 | 132 | } |
132 | 133 |
|
| 134 | +.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading, |
| 135 | +.mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch, |
| 136 | +.mdc-select--outlined:not(.mdc-select--disabled) |
| 137 | + .mdc-notched-outline__trailing { |
| 138 | + border-color: var(--on-background-3); |
| 139 | +} |
| 140 | + |
| 141 | +.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) |
| 142 | + .mdc-select__selected-text:hover |
| 143 | + ~ .mdc-notched-outline |
| 144 | + .mdc-notched-outline__leading, |
| 145 | +.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) |
| 146 | + .mdc-select__selected-text:hover |
| 147 | + ~ .mdc-notched-outline |
| 148 | + .mdc-notched-outline__notch, |
| 149 | +.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused) |
| 150 | + .mdc-select__selected-text:hover |
| 151 | + ~ .mdc-notched-outline |
| 152 | + .mdc-notched-outline__trailing { |
| 153 | + border-color: var(--on-background-6); |
| 154 | +} |
| 155 | + |
| 156 | +.mdc-select:not(.mdc-select--disabled):not(.mdc-select--invalid) |
| 157 | + .mdc-floating-label { |
| 158 | + color: var(--on-background-5); |
| 159 | +} |
| 160 | + |
| 161 | +.mdc-select--focused:not(.mdc-select--disabled):not(.mdc-select--invalid) |
| 162 | + .mdc-floating-label { |
| 163 | + color: var(--primary-6); |
| 164 | +} |
| 165 | + |
| 166 | +.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__leading, |
| 167 | +.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__notch, |
| 168 | +.mdc-select--outlined.mdc-select--disabled .mdc-notched-outline__trailing { |
| 169 | + border-color: var(--on-background-1); |
| 170 | +} |
| 171 | + |
| 172 | +.mdc-select--disabled .mdc-floating-label { |
| 173 | + color: var(--on-background-3); |
| 174 | +} |
| 175 | + |
133 | 176 | .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text { |
134 | 177 | color: var(--on-background-6); |
135 | 178 | } |
|
0 commit comments