mirror of
https://github.com/flarum/framework.git
synced 2024-11-29 21:11:55 +08:00
Merge pull request #68 from flarum/dk/1805-selected-tags
fixes showing which tags are selected
This commit is contained in:
commit
96b8a97484
|
@ -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…
Reference in New Issue
Block a user