Elastic: Fix tag color on option:checked element

This commit is contained in:
Aleksander Machniak 2017-11-29 13:20:45 +01:00
parent 22f86457c7
commit f33083afd9

View file

@ -247,11 +247,13 @@ html.touch .listing {
}
}
#tagsform option:before,
#taglist li:before,
#tag-selector li a:before {
color: darken(@color-main, 15%); // default tag color
}
#tagsform option:checked:before,
#tag-selector li:hover a:before {
color: #fff;
}