We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40143c9 commit 7cb5255Copy full SHA for 7cb5255
packages/db-ui-elements-stencil/src/components/db-button/db-button.scss
@@ -6,9 +6,11 @@
6
pointer-events: none;
7
}
8
9
-// 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)
10
button.is-icon-text-replace {
11
@include is-icon-text-replace();
12
+
13
+ aspect-ratio: 1;
14
15
16
db-icon {
0 commit comments