fix(Tag): incorrect border color when using plain (#8601)
* fix(Tag): incorrect border color when using plain * fix: snapshot
This commit is contained in:
+3
-1
@@ -52,6 +52,7 @@
|
||||
|
||||
&--plain {
|
||||
background-color: @tag-plain-background-color;
|
||||
border-color: currentColor;
|
||||
|
||||
&::before {
|
||||
position: absolute;
|
||||
@@ -59,7 +60,8 @@
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
border: 1px solid currentColor;
|
||||
border: 1px solid;
|
||||
border-color: inherit;
|
||||
border-radius: inherit;
|
||||
content: '';
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user