Browse Source

Merge pull request #5832 from jayphelps/patch-1

[Buttons] fix for active basic button text color always having a lower specificity due to !important
pull/6070/merge
Jack Lukic 7 years ago
committed by GitHub
parent
commit
d1916a2da3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
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