Commit 932ace29 by Torkel Ödegaard

drag handle css

parent b60ebf92
......@@ -172,10 +172,12 @@
width: 100%;
top: -23px;
text-align: center;
height: 1px;
border-bottom: 2px dashed transparent;
&:hover {
border-bottom: 2px dashed $text-color-faint;
transition: border-color 0.2s ease-in 0.4s;
transition-delay: 0.2s;
border-color: $text-color-faint;
}
}
......@@ -190,9 +192,12 @@
top: -8px;
&:hover {
background: linear-gradient(80deg, $blue-dark, lighten($blue-dark, 10%));
transition: background 0.2s ease-in 0.4s;
transition-delay: 0.2s;
background: $blue-dark;
.panel-editor-resizer__handle-dots {
display: none;
transition: opacity 0.2s ease-in;
opacity: 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