mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-21 21:57:38 +08:00
Fix input node, pin colors simplified
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
@use "style.scss";
|
||||
|
||||
ueb-link {
|
||||
--ueb-link-color: rgb(var(--ueb-link-color-rgb));
|
||||
--ueb-from-input-coefficient: calc(2 * var(--ueb-from-input) - 1);
|
||||
/* when from-y > to-y */
|
||||
--ueb-y-reflected: clamp(0, var(--ueb-from-y) - var(--ueb-to-y) - 1, 1);
|
||||
@@ -55,4 +56,4 @@ ueb-link svg g:hover path {
|
||||
color: var(--ueb-pin-dim-color);
|
||||
white-space: nowrap;
|
||||
z-index: 1000000;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user