ui: Accept default styling of Bootstrap 5 for warning button

- The new styling has much higher contrast compared to older styling.

Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org>
Reviewed-by: Veiko Aasa <veiko17@disroot.org>
This commit is contained in:
Sunil Mohan Adapa 2024-11-18 17:48:31 -08:00 committed by Veiko Aasa
parent a4017b2bf2
commit 9299a682e5
No known key found for this signature in database
GPG Key ID: 478539CAE680674E

View File

@ -83,23 +83,6 @@ h6:not(:first-child) {
margin-top: 2rem;
}
/* Warning colors from bootstrap 3 */
.bg-warning,
.btn-warning {
background-color: #f0ad4e !important;
color: #fff !important;
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus,
.btn-warning:disabled,
.btn-warning.disabled,
.btn-warning[disabled] {
background-color: var(--warning-color) !important;
color: #fff !important;
}
.btn[disabled] {
cursor: not-allowed !important;
opacity: .65;