fix danger button hover color (#5605)

pull/5702/head
Richard Wei 2021-09-22 15:17:52 +12:00 committed by GitHub
parent b0ec67826c
commit b876f2d17d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -396,4 +396,8 @@ input:-webkit-autofill {
.btn-primary:hover {
color: var(--white-color) !important;
}
.btn-danger:hover {
color: var(--white-color);
}
/* Overide Vendor CSS */