Skip to content

Commit bdf6e55

Browse files
authored
fix(button): compact icon button had wrong padding
A compact icon button padding was overridden by the usual padding because of too low specifitiy
1 parent ec510c8 commit bdf6e55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/definitions/elements/button.less

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@
708708
---------------*/
709709

710710
.ui.icon.buttons .button,
711-
.ui.icon.button:not(.animated) {
711+
.ui.icon.button:not(.animated):not(.compact) {
712712
padding: @verticalPadding @verticalPadding ( @verticalPadding + @shadowOffset );
713713
}
714714
.ui.animated.icon.button > .content > .icon,

0 commit comments

Comments
 (0)