WIP of better UI

This commit is contained in:
Hadi Nategh
2022-08-30 07:50:43 +02:00
parent d521d2aa24
commit e1a87caf6c
11 changed files with 39 additions and 42 deletions

View File

@@ -83,7 +83,7 @@ export const ButtonMixin = <T extends Constructor>(superclass : T) => class exte
}
/* Make hover border match other widgets (select) */
.button--standard.button--default:hover:not(.button--disabled) {
background-color: var(--sl-input-background-color-hover);
background-color: var(--sl-color-gray-100);
border-color: var(--sl-input-border-color-hover);
color: var(--sl-input-color-hover);
}