added a default color to split tab spanners

This commit is contained in:
Eugene Pankov
2021-07-31 18:59:52 +02:00
parent 4ecfcfda36
commit cc6cfec907

View File

@@ -3,6 +3,7 @@
position: absolute;
z-index: 5;
transition: 0.125s background;
background: rgba(0, 0, 0, .2);
&.v {
cursor: ns-resize;