mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-11 10:00:48 -05:00
Merge pull request #3980 from paperless-ngx/fix/issue-3978
Fix: improve light color filled primary button text legibility
This commit is contained in:
commit
0b4e8141b0
@ -87,6 +87,12 @@ $form-check-radio-checked-bg-image-dark: url("data:image/svg+xml,<svg xmlns='htt
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&.primary-light .btn-primary {
|
||||||
|
&:hover, &:focus, &.active, &:active {
|
||||||
|
color: var(--pngx-bg-darker) !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.btn-dark {
|
.btn-dark {
|
||||||
--bs-btn-color: $text-color-dark-bg;
|
--bs-btn-color: $text-color-dark-bg;
|
||||||
--bs-btn-bg: var(--pngx-bg-alt);
|
--bs-btn-bg: var(--pngx-bg-alt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user