Elastic: Fix tag color on option:checked element
This commit is contained in:
parent
22f86457c7
commit
f33083afd9
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue