Commit 362953ef authored by 子物's avatar 子物 Committed by hetech

Tabs: use primary color as boxShadow color (#14558)

parent c0642aab
...@@ -109,7 +109,7 @@ ...@@ -109,7 +109,7 @@
} }
&:focus.is-active.is-focus:not(:active) { &:focus.is-active.is-focus:not(:active) {
box-shadow: 0 0 2px 2px #409eff inset; box-shadow: 0 0 2px 2px $--color-primary inset;
border-radius: 3px; border-radius: 3px;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment