Add another indicator of the selected tag.
This commit is contained in:
parent
509b58b456
commit
c9eaa60609
|
@ -90,19 +90,17 @@ opacity: 0.5;
|
|||
}
|
||||
|
||||
.filter-include:after {
|
||||
content: "\fa99";
|
||||
content: " ✓";
|
||||
}
|
||||
|
||||
.filter-exclude:after {
|
||||
content: "\fa9d";
|
||||
}
|
||||
|
||||
|
||||
.filter-exclude {
|
||||
border-right:thick solid red;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
.filter-exclude:after {
|
||||
content: " ✗";
|
||||
}
|
||||
|
||||
img
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue