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

pull/14844/head
子物 2019-03-25 16:29:47 +08:00 committed by hetech
parent c0642aab89
commit 362953ef4e
1 changed files with 1 additions and 1 deletions

View File

@ -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;
} }