Commit 932ace29 by Torkel Ödegaard

drag handle css

parent b60ebf92
...@@ -172,10 +172,12 @@ ...@@ -172,10 +172,12 @@
width: 100%; width: 100%;
top: -23px; top: -23px;
text-align: center; text-align: center;
height: 1px; border-bottom: 2px dashed transparent;
&:hover { &: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 @@ ...@@ -190,9 +192,12 @@
top: -8px; top: -8px;
&:hover { &: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 { .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