Browse Source

Remove grey buttons forced on disabled buton

pull/2300/head
jlukic 9 years ago
parent
commit
7db0aa3989
1 changed files with 0 additions and 2 deletions
  1. 2
      src/definitions/elements/button.less

2
src/definitions/elements/button.less

@ -207,8 +207,6 @@
.ui.disabled.button:hover, .ui.disabled.button:hover,
.ui.disabled.active.button { .ui.disabled.active.button {
cursor: default; cursor: default;
background-color: @lightGrey !important;
color: @lightTextColor !important;
opacity: @disabledOpacity !important; opacity: @disabledOpacity !important;
background-image: none !important; background-image: none !important;
box-shadow: none !important; box-shadow: none !important;

Loading…
Cancel
Save