From 26d924db1f5fddc7079c05bc86aa01d21075ad3c Mon Sep 17 00:00:00 2001 From: edward Date: Mon, 27 Nov 2017 17:02:16 +0800 Subject: [PATCH] less/roojs-bootstrap/sidebar-nav.less --- less/roojs-bootstrap/sidebar-nav.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/less/roojs-bootstrap/sidebar-nav.less b/less/roojs-bootstrap/sidebar-nav.less index 23071ccfb2..94098907da 100644 --- a/less/roojs-bootstrap/sidebar-nav.less +++ b/less/roojs-bootstrap/sidebar-nav.less @@ -97,16 +97,16 @@ .sidebar .sidebar-menu li.danger, .sidebar .sidebar-menu li.danger.active { - color: #fff; - background-color: #d9534f; - border-color: #d43f3a; + color: @white; + background-color: @brand-danger; + border-color: lighten(@brand-danger, 10%); } .sidebar .sidebar-menu li.danger:hover, .sidebar .sidebar-menu li.danger:focus, .sidebar .sidebar-menu li.danger.active:focus { - color: #fff; + color: @white; background-color: #c9302c; border-color: #ac2925; border-bottom: 1px solid #ac2925; -- 2.39.2