mirror of
https://github.com/flarum/framework.git
synced 2025-02-24 02:05:26 +08:00
fixes showing which tags are selected
This commit is contained in:
parent
766c925115
commit
8ddc329d2a
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user