mirror of https://github.com/ElemeFE/element
Tabs: use primary color as boxShadow color (#14558)
parent
c0642aab89
commit
362953ef4e
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue