From f5ac995b579c83e936b94d499f4d0a4c19b16082 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Mon, 11 Jun 2018 11:25:29 +0800 Subject: [PATCH] no message Former-commit-id: 7b936ad4ae72eeb7d18d367293b7d8d5133daffb Former-commit-id: 699e6eff6c1806270d93ad5fe88557ee7bee863b Former-commit-id: 7c7cff6cd5bfaf744574bc5a4b1ef6bbd851b6d1 --- src/assets/style/theme/star/setting.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/assets/style/theme/star/setting.scss b/src/assets/style/theme/star/setting.scss index b0e71523..11c9cb77 100644 --- a/src/assets/style/theme/star/setting.scss +++ b/src/assets/style/theme/star/setting.scss @@ -16,10 +16,10 @@ $theme-header-item-color: #FFF; $theme-header-item-background-color: transparent; // 顶栏上的项目在 hover 时 $theme-header-item-color-hover: #FFF; -$theme-header-item-background-color-hover: rgba(#FFF, .3); +$theme-header-item-background-color-hover: rgba(#000, .2); // 顶栏上的项目在 focus 时 $theme-header-item-color-focus: #FFF; -$theme-header-item-background-color-focus: rgba(#FFF, .3); +$theme-header-item-background-color-focus: rgba(#000, .2); // 顶栏上的项目在 active 时 $theme-header-item-color-active: #FFF; $theme-header-item-background-color-active: rgba(#000, .3); @@ -29,10 +29,10 @@ $theme-aside-item-color: #FFF; $theme-aside-item-background-color: transparent; // 侧边栏上的项目在 hover 时 $theme-aside-item-color-hover: #FFF; -$theme-aside-item-background-color-hover: rgba(#FFF, .3); +$theme-aside-item-background-color-hover: rgba(#000, .2); // 侧边栏上的项目在 focus 时 $theme-aside-item-color-focus: #FFF; -$theme-aside-item-background-color-focus: rgba(#FFF, .3); +$theme-aside-item-background-color-focus: rgba(#000, .2); // 侧边栏上的项目在 active 时 $theme-aside-item-color-active: #FFF; $theme-aside-item-background-color-active: rgba(#000, .3); \ No newline at end of file