less/roojs-bootstrap/sidebar-nav.less
authoredward <edward@roojs.com>
Mon, 27 Nov 2017 09:02:16 +0000 (17:02 +0800)
committeredward <edward@roojs.com>
Mon, 27 Nov 2017 09:02:16 +0000 (17:02 +0800)
less/roojs-bootstrap/sidebar-nav.less

index 23071cc..9409890 100644 (file)
 
 .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;