fix(Tag): incorrect border color when using plain (#8601)

* fix(Tag): incorrect border color when using plain

* fix: snapshot
This commit is contained in:
neverland
2021-04-22 19:26:19 +08:00
committed by GitHub
parent ed83922042
commit f0eb0d18f0
5 changed files with 26 additions and 2 deletions
+3 -1
View File
@@ -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;