mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 12:38:53 +08:00
修复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
Block a user