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