Skip to content

Commit feb32b1

Browse files
authored
fix(picker): Make highlighted disabled text blue (sumcumo#62)
1 parent 7663610 commit feb32b1

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/styles/style.scss

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,20 +149,23 @@
149149
color: #104756;
150150

151151
&.disabled {
152-
color: #104756;
152+
color: #accad2;
153153
}
154154
}
155155

156156
&.muted {
157157
color: #757575;
158158

159-
&.selected,
160-
&.highlighted {
159+
&.selected {
161160
color: #104756;
162161
}
163162

164163
&.disabled:not(.selected) {
165164
color: #ddd;
165+
166+
&.highlighted {
167+
color: #accad2;
168+
}
166169
}
167170
}
168171

0 commit comments

Comments
 (0)