fixes showing which tags are selected

This commit is contained in:
Daniël Klabbers 2019-11-20 15:03:06 +01:00
parent 766c925115
commit 8ddc329d2a

View File

@ -108,19 +108,13 @@
background: @control-bg; background: @control-bg;
} }
&.selected { &.selected {
.TagIcon { .icon::before {
position: relative; .fa();
content: @fa-var-check !important;
&:before { color: @muted-color !important;
.fa(); font-size: 14px;
content: @fa-var-check; width: 100%;
color: @muted-color; text-align: center;
position: absolute;
font-size: 14px;
width: 100%;
text-align: center;
padding-top: 1px;
}
} }
&.colored .TagIcon:before { &.colored .TagIcon:before {
color: #fff; color: #fff;