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;
}
&.selected {
.TagIcon {
position: relative;
&:before {
.icon::before {
.fa();
content: @fa-var-check;
color: @muted-color;
position: absolute;
content: @fa-var-check !important;
color: @muted-color !important;
font-size: 14px;
width: 100%;
text-align: center;
padding-top: 1px;
}
}
&.colored .TagIcon:before {
color: #fff;