From 18558aff86b7b7b605f16248b672b7994257e177 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Mon, 11 Jun 2018 11:09:48 +0800 Subject: [PATCH] no message Former-commit-id: 65d278c7d1c0b6f493783061d1ada57e32ed77ee Former-commit-id: 107ec52293fae29894fc0c95c7a03c4ad34101d6 Former-commit-id: dbf9ca1372043252b090a8744b4bd090001698c0 --- src/assets/style/theme/star/index.scss | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/src/assets/style/theme/star/index.scss b/src/assets/style/theme/star/index.scss index 5c6cdff7..7afe7760 100644 --- a/src/assets/style/theme/star/index.scss +++ b/src/assets/style/theme/star/index.scss @@ -15,20 +15,26 @@ $theme-menu-item-background-color-hover: #187181; // 顶栏上的文字颜色 $theme-header-text-color: #FFF; -// 顶栏上的项目在 hover 时的背景颜色 +// 顶栏上的项目在 hover 时 +$theme-header-item-color-hover: #FFF; $theme-header-item-background-color-hover: rgba(#FFF, .3); -// 顶栏上的项目在 focus 时的背景颜色 +// 顶栏上的项目在 focus 时 +$theme-header-item-color-focus: #FFF; $theme-header-item-background-color-focus: rgba(#FFF, .3); -// 顶栏上的项目在 active 时的背景颜色 +// 顶栏上的项目在 active 时 +$theme-header-item-color-active: #FFF; $theme-header-item-background-color-active: rgba(#000, .3); // 侧边栏上的文字颜色 $theme-aside-text-color: #FFF; -// 侧边栏上的项目在 hover 时的背景颜色 +// 侧边栏上的项目在 hover 时 +$theme-aside-item-color-hover: #FFF; $theme-aside-item-background-color-hover: rgba(#FFF, .3); -// 顶栏上的项目在 focus 时的背景颜色 +// 侧边栏上的项目在 focus 时 +$theme-aside-item-color-focus: #FFF; $theme-aside-item-background-color-focus: rgba(#FFF, .3); -// 侧边栏上的项目在 active 时的背景颜色 +// 侧边栏上的项目在 active 时 +$theme-aside-item-color-active: #FFF; $theme-aside-item-background-color-active: rgba(#000, .3); .theme-#{$theme-name} {