Commit 8b0f926a authored by Paul Slaughter's avatar Paul Slaughter

Update resize handle to show lighter background on hover

parent 0c5740a2
......@@ -786,7 +786,10 @@
top: 0;
bottom: 0;
width: 4px;
background-color: $white-dark;
&:hover {
background-color: $white-normal;
}
&.drag-right {
right: 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment