1
0
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:
Ben Ogle 2013-12-04 11:22:38 -08:00
parent c50817cbc2
commit c2772c400a

View File

@ -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;
}
}