mirror of
https://github.com/node-red/node-red.git
synced 2025-03-01 10:36:34 +00:00
Merge pull request #4954 from GogoVega/palette-marker
Add the vertical marker to the palette hand
This commit is contained in:
commit
883cee9c59
@ -26,6 +26,26 @@
|
|||||||
@include disable-selection;
|
@include disable-selection;
|
||||||
@include component-border;
|
@include component-border;
|
||||||
transition: width 0.2s ease-in-out;
|
transition: width 0.2s ease-in-out;
|
||||||
|
|
||||||
|
&:before {
|
||||||
|
content: '';
|
||||||
|
top: 0px;
|
||||||
|
bottom: 0px;
|
||||||
|
right: 0px;
|
||||||
|
width: 7px;
|
||||||
|
height: 100%;
|
||||||
|
z-index: 4;
|
||||||
|
position: absolute;
|
||||||
|
-webkit-mask-image: url(images/grip.svg);
|
||||||
|
mask-image: url(images/grip.svg);
|
||||||
|
-webkit-mask-size: auto;
|
||||||
|
mask-size: auto;
|
||||||
|
-webkit-mask-position: 50% 50%;
|
||||||
|
mask-position: 50% 50%;
|
||||||
|
-webkit-mask-repeat: no-repeat;
|
||||||
|
mask-repeat: no-repeat;
|
||||||
|
background-color: var(--red-ui-grip-color);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.red-ui-palette-closed {
|
.red-ui-palette-closed {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user