We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb8eefe commit d580ef0Copy full SHA for d580ef0
src/definitions/elements/button.less
@@ -706,15 +706,19 @@
706
---------------*/
707
708
.ui.icon.buttons .button,
709
-.ui.icon.button {
+.ui.icon.button:not(.animated) {
710
padding: @verticalPadding @verticalPadding ( @verticalPadding + @shadowOffset );
711
}
712
+.ui.animated.icon.button > .content > .icon,
713
.ui.icon.buttons .button > .icon,
714
.ui.icon.button > .icon {
715
opacity: @iconButtonOpacity;
716
margin: 0 !important;
717
vertical-align: top;
718
719
+.ui.animated.button > .content > .icon {
720
+ vertical-align: top;
721
+}
722
723
& when (@variationButtonBasic) {
724
/*-------------------
0 commit comments