Browse Source

#3873- Fixes typo in green inverted button

pull/3879/merge
Jack Lukic 9 years ago
parent
commit
4426f5c861
1 changed files with 1 additions and 1 deletions
  1. 2
      src/definitions/elements/button.less

2
src/definitions/elements/button.less

@ -1882,7 +1882,7 @@
.ui.inverted.green.button.active,
.ui.inverted.green.buttons .button:active,
.ui.inverted.green.button:active {
box-shadlightOw: none !important;
box-shadow: none !important;
color: @greenTextColor;
}
.ui.inverted.green.buttons .button:hover,

Loading…
Cancel
Save