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 5fe44a1 commit b76a7e9Copy full SHA for b76a7e9
tbx/static_src/sass/components/_animated-icon.scss
@@ -64,7 +64,7 @@
64
position: absolute;
65
width: 44px;
66
height: 44px;
67
- z-index: -1;
+ mix-blend-mode: screen;
68
left: 18px;
69
top: 15px;
70
transition: height $transition;
@@ -83,6 +83,7 @@
83
transform: rotate(0);
84
transition: transform $transition;
85
transform-origin: left;
86
+ z-index: -1;
87
88
@include reduced-motion() {
89
transition: none;
@@ -98,6 +99,7 @@
98
99
100
101
transform-origin: 10px 0;
102
103
104
105
0 commit comments