Jump to node from widget properties button
This commit is contained in:
@@ -92,34 +92,40 @@ body {
|
||||
|
||||
&.primary {
|
||||
background: var(--button-primary-background-fill);
|
||||
&:hover {
|
||||
&:hover:not(:disabled) {
|
||||
background: var(--button-primary-background-fill-hover);
|
||||
}
|
||||
}
|
||||
|
||||
&.secondary {
|
||||
background: var(--button-secondary-background-fill);
|
||||
&:hover {
|
||||
&:hover:not(:disabled) {
|
||||
background: var(--button-secondary-background-fill-hover);
|
||||
}
|
||||
}
|
||||
|
||||
&.ternary {
|
||||
background: var(--panel-background-fill);
|
||||
&:hover {
|
||||
&:hover:not(:disabled) {
|
||||
background: var(--block-background-fill);
|
||||
}
|
||||
}
|
||||
|
||||
&:hover {
|
||||
&:hover:not(:disabled) {
|
||||
filter: brightness(85%);
|
||||
}
|
||||
&:active {
|
||||
&:active:not(:disabled) {
|
||||
filter: brightness(50%)
|
||||
}
|
||||
&.selected {
|
||||
&.selected:not(:disabled) {
|
||||
filter: brightness(80%)
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
background: var(--neutral-700);
|
||||
color: var(--neutral-400);
|
||||
opacity: 50%;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin disable-input {
|
||||
|
||||
Reference in New Issue
Block a user