修复button-group is-acitve时不显示重叠的border的问题
This commit is contained in:
parent
eacf7b7bc2
commit
aaa72ee428
|
@ -16,7 +16,8 @@
|
|||
|
||||
&:focus,
|
||||
&:active,
|
||||
&.active {
|
||||
&.active,
|
||||
&.is-active {
|
||||
z-index: 1;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue