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:
Vivek Agrawal
2018-01-31 18:50:04 +05:30
parent 8ca5575ac5
commit b955ab9e06

View File

@ -822,6 +822,11 @@ code {
.btn-danger {
background: #FFFFFF;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active {
background: #d9534f !important;
}
}
.modal-header,
.modal-footer {