Skip to content

Commit

Permalink
fix(button): compact icon button had wrong padding
Browse files Browse the repository at this point in the history
A compact icon button padding was overridden by the usual padding because of too low specifitiy
  • Loading branch information
lubber-de committed Jul 13, 2020
1 parent ec510c8 commit bdf6e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/definitions/elements/button.less
Expand Up @@ -708,7 +708,7 @@
---------------*/

.ui.icon.buttons .button,
.ui.icon.button:not(.animated) {
.ui.icon.button:not(.animated):not(.compact) {
padding: @verticalPadding @verticalPadding ( @verticalPadding + @shadowOffset );
}
.ui.animated.icon.button > .content > .icon,
Expand Down

0 comments on commit bdf6e55

Please sign in to comment.