style(qr): make gradient edit handles and lines thin black with delicate white glow
This commit is contained in:
@@ -498,34 +498,21 @@ const triggerDownload = (blob, filename) => {
|
|||||||
cursor: grab;
|
cursor: grab;
|
||||||
z-index: 10;
|
z-index: 10;
|
||||||
touch-action: none;
|
touch-action: none;
|
||||||
background: var(--text-strong);
|
background: #000;
|
||||||
box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.8), 0 0 8px 2px rgba(255, 255, 255, 0.6);
|
box-shadow: 0 0 0 1.5px rgba(255, 255, 255, 1), 0 0 8px 2px rgba(255, 255, 255, 0.8);
|
||||||
}
|
}
|
||||||
|
|
||||||
.grad-handle:active {
|
.grad-handle:active {
|
||||||
cursor: grabbing;
|
cursor: grabbing;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fg-handle {
|
.fg-handle { }
|
||||||
background: var(--text-strong);
|
.bg-handle { }
|
||||||
}
|
|
||||||
|
|
||||||
.bg-handle {
|
.fg-line, .bg-line {
|
||||||
background: var(--text-secondary);
|
stroke: #000;
|
||||||
}
|
stroke-width: 0.5;
|
||||||
|
filter: drop-shadow(0px 0px 2px rgba(255,255,255,0.9));
|
||||||
.fg-line {
|
|
||||||
stroke: var(--text-strong);
|
|
||||||
stroke-width: 1.5;
|
|
||||||
stroke-dasharray: 4;
|
|
||||||
filter: drop-shadow(0px 0px 2px rgba(255,255,255,1));
|
|
||||||
}
|
|
||||||
|
|
||||||
.bg-line {
|
|
||||||
stroke: var(--text-secondary);
|
|
||||||
stroke-width: 1.5;
|
|
||||||
stroke-dasharray: 2;
|
|
||||||
filter: drop-shadow(0px 0px 2px rgba(255,255,255,1));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.download-settings {
|
.download-settings {
|
||||||
|
|||||||
Reference in New Issue
Block a user