From b955ab9e06e3ca4f39be3cc9fd571d987044b43b Mon Sep 17 00:00:00 2001 From: Vivek Agrawal Date: Wed, 31 Jan 2018 18:50:04 +0530 Subject: [PATCH] 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 --- client/less/main.less | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/client/less/main.less b/client/less/main.less index 61102c2d33f..42a315273da 100644 --- a/client/less/main.less +++ b/client/less/main.less @@ -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 {