Skip to content

Commit

Permalink
revert: partial revert of 6b29aed
Browse files Browse the repository at this point in the history
  • Loading branch information
herleraja committed Nov 18, 2024
1 parent 263f88a commit d5369fa
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions packages/react/src/components/Button/_button.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,18 @@
stroke: $gray-50;
}
}
.#{$iot-prefix}--btn.#{$prefix}--btn.#{$prefix}--btn--icon-only svg {
position: absolute;
right: 1rem;
width: 1rem;
height: 1rem;
flex-shrink: 0;
}

.#{$prefix}--btn--icon-only > :first-child {
margin-block-start: 0;
min-inline-size: 0;
}

.#{$iot-prefix}--btn.#{$prefix}--btn.#{$prefix}--btn--ghost.#{$prefix}--btn--icon-only:not(
.#{$iot-prefix}--btn-icon-selection--selected
Expand Down

0 comments on commit d5369fa

Please sign in to comment.