Use SVG for separator grip

This commit is contained in:
Mauricio Bonani
2022-04-03 17:47:07 -04:00
parent 77e2e44abc
commit 9a6ee023b3
7 changed files with 6 additions and 4 deletions

View File

@@ -149,7 +149,7 @@
bottom: 0px;
width: 7px;
left: -9px;
background: $primary-background url(images/grip.png) no-repeat 50% 50%;
background: $primary-background url(images/grip.svg) no-repeat 50% 50%;
cursor: col-resize;
border-left: 1px solid $primary-border-color;
box-shadow: -1px 0 6px $shadow;

View File

@@ -40,7 +40,7 @@
height: 7px;
box-sizing: border-box;
cursor: ns-resize;
background: $primary-background url(images/grip-horizontal.png) no-repeat 50% 50%;
background: $primary-background url(images/grip-horizontal.svg) no-repeat 50% 50%;
}
@@ -70,6 +70,6 @@
width: 7px;
display: inline-block;
cursor: ew-resize;
background: $primary-background url(images/grip.png) no-repeat 50% 50%;
background: $primary-background url(images/grip.svg) no-repeat 50% 50%;
}
}

View File

@@ -47,7 +47,7 @@
bottom:10px;
width: 7px;
// z-index: 11;
background: $primary-background url(images/grip.png) no-repeat 50% 50%;
background: $primary-background url(images/grip.svg) no-repeat 50% 50%;
cursor: col-resize;
}