Light up refreshed combo boxes
This commit is contained in:
@@ -14,6 +14,8 @@ body {
|
||||
:root {
|
||||
--color-blue-500: #3985f5;
|
||||
|
||||
--input-border-color-focus: var(--neutral-400);
|
||||
|
||||
--comfy-accent-soft: var(--neutral-300);
|
||||
--comfy-widget-selected-background-fill: var(--color-yellow-100);
|
||||
--comfy-widget-hovered-background-fill: var(--secondary-200);
|
||||
@@ -41,6 +43,8 @@ body {
|
||||
.dark {
|
||||
color-scheme: dark;
|
||||
|
||||
--input-border-color-focus: var(--neutral-500);
|
||||
|
||||
--comfy-accent-soft: var(--neutral-600);
|
||||
--comfy-widget-selected-background-fill: var(--primary-500);
|
||||
--comfy-widget-hovered-background-fill: var(--neutral-600);
|
||||
@@ -138,17 +142,6 @@ select {
|
||||
// }
|
||||
}
|
||||
|
||||
// button {
|
||||
// filter: none;
|
||||
// &.primary:active {
|
||||
// filter: brightness(80%)
|
||||
// }
|
||||
// &.secondary:active {
|
||||
// filter: brightness(80%)
|
||||
// }
|
||||
// }
|
||||
|
||||
|
||||
button {
|
||||
&.primary:active {
|
||||
border-color: var(--button-primary-border-color-active) !important;
|
||||
|
||||
Reference in New Issue
Block a user