Skip to content

Commit b76a7e9

Browse files
committed
add mix blend mode to wagtail head
1 parent 5fe44a1 commit b76a7e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tbx/static_src/sass/components/_animated-icon.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
position: absolute;
6565
width: 44px;
6666
height: 44px;
67-
z-index: -1;
67+
mix-blend-mode: screen;
6868
left: 18px;
6969
top: 15px;
7070
transition: height $transition;
@@ -83,6 +83,7 @@
8383
transform: rotate(0);
8484
transition: transform $transition;
8585
transform-origin: left;
86+
z-index: -1;
8687

8788
@include reduced-motion() {
8889
transition: none;
@@ -98,6 +99,7 @@
9899
transform: rotate(0);
99100
transition: transform $transition;
100101
transform-origin: 10px 0;
102+
z-index: -1;
101103

102104
@include reduced-motion() {
103105
transition: none;

0 commit comments

Comments
 (0)