Skip to content

Commit

Permalink
fix(button): group of basic disabled buttons had incorrect styles
Browse files Browse the repository at this point in the history
Group of **disabled basic** button not properly display

Closes #643
  • Loading branch information
dutrieux authored and Sean committed Apr 11, 2019
1 parent aeb3274 commit 7f63e50
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 @@ -185,7 +185,7 @@
Disabled
--------------------*/

.ui.buttons .disabled.button,
.ui.buttons .disabled.button:not(.basic),
.ui.disabled.button,
.ui.button:disabled,
.ui.disabled.button:hover,
Expand Down

0 comments on commit 7f63e50

Please sign in to comment.