Browse Source

[Buttons] fix for active basic button text color always having a lower specificity due to !important

pull/5832/head
Jay Phelps 7 years ago
committed by GitHub
parent
commit
e746828781
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/button.less

2
src/definitions/elements/button.less

@ -743,7 +743,7 @@
.ui.basic.active.button {
background: @basicActiveBackground !important;
box-shadow: @basicActiveBoxShadow !important;
color: @basicActiveTextColor;
color: @basicActiveTextColor !important;
}
.ui.basic.buttons .active.button:hover,
.ui.basic.active.button:hover {

Loading…
Cancel
Save