Fix selector placement

This commit is contained in:
Mauricio Bonani 2022-06-09 17:44:11 -04:00
parent 62cd3b2061
commit 64061c3440
1 changed files with 2 additions and 2 deletions

View File

@ -87,8 +87,7 @@
display: inline-block; display: inline-block;
cursor: ew-resize; cursor: ew-resize;
background-color: $primary-background; background-color: $primary-background;
}
&:before { &:before {
content: ''; content: '';
display: block; display: block;
@ -104,4 +103,5 @@
mask-repeat: no-repeat; mask-repeat: no-repeat;
background-color: $grip-color; background-color: $grip-color;
} }
}
} }