@@ -1,9 +1,10 @@
@import "~@less/variables.less";
.container{
.tag;
-}
-.no-tag{
- .no-tag;
+ .blued{
+ background: @blue;
+ color: #fff;
+ }
}
.selected{
.selected-tag;
@@ -13,8 +14,8 @@
&:after{
content: unset;
-.blued{
- background: @blue;
- color: #fff;