Skip to content

Commit

Permalink
fix(button): small icononly variant isn't quadratic (#2736)
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Sep 2, 2024
1 parent 40143c9 commit 7cb5255
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@
pointer-events: none;
}

// Enabling to hide text next to the icon
// Enabling to hide text next to the icon (the DB UI Core selector is differently, as we're using the DBIcon component here internally)
button.is-icon-text-replace {
@include is-icon-text-replace();

aspect-ratio: 1;
}

db-icon {
Expand Down

0 comments on commit 7cb5255

Please sign in to comment.