Skip to content

Commit

Permalink
#3873- Fixes typo in green inverted button
Browse files Browse the repository at this point in the history
  • Loading branch information
jlukic committed Mar 29, 2016
1 parent d7b3c45 commit 4426f5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/elements/button.less
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 4426f5c

Please sign in to comment.