mirror of
https://github.com/Rnhmjoj/solarized-dark-ui
synced 2025-01-25 11:44:19 +01:00
Fix the secondary text color on select lists
This commit is contained in:
parent
c50817cbc2
commit
c2772c400a
@ -54,7 +54,7 @@
|
||||
li.two-lines {
|
||||
.secondary-line { color: @text-color-subtle; }
|
||||
&.selected .secondary-line {
|
||||
color: lighten(@text-color-subtle, 10%);
|
||||
color: @text-color;
|
||||
text-shadow: none;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user