FIX darkmode disabled

This commit is contained in:
GithubAnon0000 2025-06-28 19:21:15 +02:00
parent e80cf4b699
commit 615f3f4e45

View file

@ -105,7 +105,12 @@
cursor: not-allowed;
color: var(--fg-disabled);
box-shadow: none !important;
background-color: var(--button-gradient-end);
@if $with-dropdown {
background-color: transparent;
}
@else {
background-color: var(--button-gradient-end);
}
border-bottom-color: var(--border-subtle);
}
}