From 6557c7ab822ab7a0b3bfffc2c31dca8b65bf47c1 Mon Sep 17 00:00:00 2001 From: liyang <1711467488@qq.com> Date: Tue, 12 Jun 2018 19:11:57 +0800 Subject: [PATCH] no message Former-commit-id: 46317a08f13bc1a7e36f062d25c7ec4cc710f94c Former-commit-id: 5568df9b505066cac253dca66cf4abe781614a7b Former-commit-id: ff6fea76e73f4ae2eca2a3bacc0a964612a04d4a Former-commit-id: a890953d2ce058b5bba229d63ad812c687432379 --- src/assets/style/theme/d2/index.scss | 21 +++++++++++++++++++ src/assets/style/theme/line/index.scss | 21 +++++++++++++++++++ src/assets/style/theme/star/index.scss | 21 +++++++++++++++++++ .../theme/tomorrow-night-blue/index.scss | 21 +++++++++++++++++++ 4 files changed, 84 insertions(+) diff --git a/src/assets/style/theme/d2/index.scss b/src/assets/style/theme/d2/index.scss index 647b4bc6..62ac7a85 100644 --- a/src/assets/style/theme/d2/index.scss +++ b/src/assets/style/theme/d2/index.scss @@ -94,10 +94,16 @@ &:hover { color: $theme-header-item-color-hover; background-color: $theme-header-item-background-color-hover; + .el-submenu__icon-arrow { + color: $theme-header-item-color-hover; + } } &:focus { color: $theme-header-item-color-focus; background-color: $theme-header-item-background-color-focus; + .el-submenu__icon-arrow { + color: $theme-header-item-color-focus; + } } } } @@ -130,14 +136,23 @@ &:hover { color: $theme-aside-item-color-hover; background-color: $theme-aside-item-background-color-hover; + i { + color: $theme-aside-item-color-hover; + } } &:focus { color: $theme-aside-item-color-focus; background-color: $theme-aside-item-background-color-focus; + i { + color: $theme-aside-item-color-focus; + } } &.is-active { color: $theme-aside-item-color-active; background-color: $theme-aside-item-background-color-active; + i { + color: $theme-aside-item-color-active; + } } } } @@ -154,6 +169,12 @@ &:hover { color: $theme-aside-item-color-hover; background-color: $theme-aside-item-background-color-hover; + i { + color: $theme-aside-item-color-hover; + } + .el-submenu__icon-arrow { + color: $theme-aside-item-color-hover; + } } } } diff --git a/src/assets/style/theme/line/index.scss b/src/assets/style/theme/line/index.scss index ff807f84..12122665 100644 --- a/src/assets/style/theme/line/index.scss +++ b/src/assets/style/theme/line/index.scss @@ -94,10 +94,16 @@ &:hover { color: $theme-header-item-color-hover; background-color: $theme-header-item-background-color-hover; + .el-submenu__icon-arrow { + color: $theme-header-item-color-hover; + } } &:focus { color: $theme-header-item-color-focus; background-color: $theme-header-item-background-color-focus; + .el-submenu__icon-arrow { + color: $theme-header-item-color-focus; + } } } } @@ -130,14 +136,23 @@ &:hover { color: $theme-aside-item-color-hover; background-color: $theme-aside-item-background-color-hover; + i { + color: $theme-aside-item-color-hover; + } } &:focus { color: $theme-aside-item-color-focus; background-color: $theme-aside-item-background-color-focus; + i { + color: $theme-aside-item-color-focus; + } } &.is-active { color: $theme-aside-item-color-active; background-color: $theme-aside-item-background-color-active; + i { + color: $theme-aside-item-color-active; + } } } } @@ -154,6 +169,12 @@ &:hover { color: $theme-aside-item-color-hover; background-color: $theme-aside-item-background-color-hover; + i { + color: $theme-aside-item-color-hover; + } + .el-submenu__icon-arrow { + color: $theme-aside-item-color-hover; + } } } } diff --git a/src/assets/style/theme/star/index.scss b/src/assets/style/theme/star/index.scss index ff807f84..12122665 100644 --- a/src/assets/style/theme/star/index.scss +++ b/src/assets/style/theme/star/index.scss @@ -94,10 +94,16 @@ &:hover { color: $theme-header-item-color-hover; background-color: $theme-header-item-background-color-hover; + .el-submenu__icon-arrow { + color: $theme-header-item-color-hover; + } } &:focus { color: $theme-header-item-color-focus; background-color: $theme-header-item-background-color-focus; + .el-submenu__icon-arrow { + color: $theme-header-item-color-focus; + } } } } @@ -130,14 +136,23 @@ &:hover { color: $theme-aside-item-color-hover; background-color: $theme-aside-item-background-color-hover; + i { + color: $theme-aside-item-color-hover; + } } &:focus { color: $theme-aside-item-color-focus; background-color: $theme-aside-item-background-color-focus; + i { + color: $theme-aside-item-color-focus; + } } &.is-active { color: $theme-aside-item-color-active; background-color: $theme-aside-item-background-color-active; + i { + color: $theme-aside-item-color-active; + } } } } @@ -154,6 +169,12 @@ &:hover { color: $theme-aside-item-color-hover; background-color: $theme-aside-item-background-color-hover; + i { + color: $theme-aside-item-color-hover; + } + .el-submenu__icon-arrow { + color: $theme-aside-item-color-hover; + } } } } diff --git a/src/assets/style/theme/tomorrow-night-blue/index.scss b/src/assets/style/theme/tomorrow-night-blue/index.scss index 647b4bc6..62ac7a85 100644 --- a/src/assets/style/theme/tomorrow-night-blue/index.scss +++ b/src/assets/style/theme/tomorrow-night-blue/index.scss @@ -94,10 +94,16 @@ &:hover { color: $theme-header-item-color-hover; background-color: $theme-header-item-background-color-hover; + .el-submenu__icon-arrow { + color: $theme-header-item-color-hover; + } } &:focus { color: $theme-header-item-color-focus; background-color: $theme-header-item-background-color-focus; + .el-submenu__icon-arrow { + color: $theme-header-item-color-focus; + } } } } @@ -130,14 +136,23 @@ &:hover { color: $theme-aside-item-color-hover; background-color: $theme-aside-item-background-color-hover; + i { + color: $theme-aside-item-color-hover; + } } &:focus { color: $theme-aside-item-color-focus; background-color: $theme-aside-item-background-color-focus; + i { + color: $theme-aside-item-color-focus; + } } &.is-active { color: $theme-aside-item-color-active; background-color: $theme-aside-item-background-color-active; + i { + color: $theme-aside-item-color-active; + } } } } @@ -154,6 +169,12 @@ &:hover { color: $theme-aside-item-color-hover; background-color: $theme-aside-item-background-color-hover; + i { + color: $theme-aside-item-color-hover; + } + .el-submenu__icon-arrow { + color: $theme-aside-item-color-hover; + } } } }