mirror of
https://github.com/flarum/framework.git
synced 2025-02-23 16:40:43 +08:00
fixes showing which tags are selected
This commit is contained in:
parent
766c925115
commit
8ddc329d2a
@ -108,19 +108,13 @@
|
||||
background: @control-bg;
|
||||
}
|
||||
&.selected {
|
||||
.TagIcon {
|
||||
position: relative;
|
||||
|
||||
&:before {
|
||||
.fa();
|
||||
content: @fa-var-check;
|
||||
color: @muted-color;
|
||||
position: absolute;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
padding-top: 1px;
|
||||
}
|
||||
.icon::before {
|
||||
.fa();
|
||||
content: @fa-var-check !important;
|
||||
color: @muted-color !important;
|
||||
font-size: 14px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
}
|
||||
&.colored .TagIcon:before {
|
||||
color: #fff;
|
||||
|
Loading…
x
Reference in New Issue
Block a user