fix(Settings): Fix hover animation of nightmode modal button
PR #16501 broke the hover animation of button in nightmode modals important property in success button is not required
This commit is contained in:
@ -822,6 +822,11 @@ code {
|
|||||||
.btn-danger {
|
.btn-danger {
|
||||||
background: #FFFFFF;
|
background: #FFFFFF;
|
||||||
}
|
}
|
||||||
|
.btn-danger:hover,
|
||||||
|
.btn-danger:focus,
|
||||||
|
.btn-danger:active {
|
||||||
|
background: #d9534f !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.modal-header,
|
.modal-header,
|
||||||
.modal-footer {
|
.modal-footer {
|
||||||
|
Reference in New Issue
Block a user