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 f0112d2 commit 48b9fc1Copy full SHA for 48b9fc1
packages/components/bolt-icon/src/icon.scss
@@ -7,6 +7,7 @@ bolt-icon {
7
transition: inherit;
8
width: 1em; // Default icon size if size prop not specified
9
height: 1em; // Default icon size if size prop not specified
10
+ transform: translate3d(0, 0, 0); // Create a stacking context to scope internal z-index values.
11
12
&:not(:resolved){
13
padding-bottom: 100%; // Default square icons
0 commit comments