Merge pull request #3644 from bonanitech/fix-selector-placement

Fix selector placement
This commit is contained in:
Nick O'Leary
2022-06-09 22:14:09 -05:00
committed by GitHub

View File

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