Merge pull request #73 from SnailSword/master

修复button-group is-acitve时不显示重叠的border的问题
This commit is contained in:
liaoxuezhi 2019-06-10 14:01:07 +08:00 committed by GitHub
commit 324272260f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,8 @@
&:focus,
&:active,
&.active {
&.active,
&.is-active {
z-index: 1;
}
}