Skip to content

Commit

Permalink
fix(NcSelect): Disabled background
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Ng <chrng8@gmail.com>
  • Loading branch information
Pytal committed Jun 14, 2023
1 parent ef2502b commit 6e8b3b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/NcSelect/NcSelect.vue
Expand Up @@ -955,11 +955,11 @@ body {
--vs-line-height: var(--default-line-height);
/* Disabled State */
--vs-state-disabled-bg: var(--color-background-dark);
--vs-state-disabled-bg: var(--color-background-hover);
--vs-state-disabled-color: var(--color-text-maxcontrast);
--vs-state-disabled-controls-color: var(--color-text-maxcontrast);
--vs-state-disabled-cursor: not-allowed;
--vs-disabled-bg: var(--color-background-dark);
--vs-disabled-bg: var(--color-background-hover);
--vs-disabled-color: var(--color-text-maxcontrast);
--vs-disabled-cursor: not-allowed;
Expand Down

0 comments on commit 6e8b3b5

Please sign in to comment.