diff --git a/services/web/frontend/stylesheets/components/button-groups.less b/services/web/frontend/stylesheets/components/button-groups.less index 927359d61f..ed4f1343f4 100755 --- a/services/web/frontend/stylesheets/components/button-groups.less +++ b/services/web/frontend/stylesheets/components/button-groups.less @@ -26,16 +26,18 @@ } .btn-group { - .btn.active { - background-color: @neutral-20; - } + label { + &.btn.active { + background-color: @neutral-20; + } - .btn[disabled] { - cursor: not-allowed; - background-color: @neutral-20; - border-color: @neutral-20; - opacity: 1; - color: @neutral-90; + &.btn[disabled] { + cursor: not-allowed; + background-color: @neutral-20; + border-color: @neutral-20; + opacity: 1; + color: @neutral-90; + } } }