Merge pull request #68 from flarum/dk/1805-selected-tags

fixes showing which tags are selected
This commit is contained in:
Daniël Klabbers 2020-01-21 13:57:03 +01:00 committed by GitHub
commit 96b8a97484

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;