[web] BS3 button group colours fix GitOrigin-RevId: 6986336d04b9e5f30531a9bc2836444e7b12907f
@@ -26,16 +26,18 @@
}
.btn-group {
- .btn.active {
- background-color: @neutral-20;
- }
+ label {
+ &.btn.active {
+ background-color: @neutral-20;
+ }
- .btn[disabled] {
- cursor: not-allowed;
- border-color: @neutral-20;
- opacity: 1;
- color: @neutral-90;
+ &.btn[disabled] {
+ cursor: not-allowed;
+ border-color: @neutral-20;
+ opacity: 1;
+ color: @neutral-90;