From f0c77e700499e468d6cbded2d503fd67f64db1f5 Mon Sep 17 00:00:00 2001 From: afc163 Date: Tue, 11 Aug 2015 21:16:12 +0800 Subject: [PATCH] update color var --- style/components/menu.less | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style/components/menu.less b/style/components/menu.less index 4b09a93fe..48ddfeaf4 100644 --- a/style/components/menu.less +++ b/style/components/menu.less @@ -35,11 +35,11 @@ &-item-active, &-submenu-active, &-submenu-inline&-submenu-active > &-submenu-title:hover { - background-color: #eaf8fe; + background-color: tint(@primary-color, 90%); } &-item-selected { - background-color: #eaf8fe; + background-color: tint(@primary-color, 90%); } & > li&-submenu { @@ -123,9 +123,9 @@ border-bottom: 2px solid transparent; &-active { - border-bottom: 2px solid #2db7f5; + border-bottom: 2px solid @primary-color; background-color: #F3F5F7; - color: #2baee9; + color: @primary-color; } }