From 368e02b40b13e44e01dfc8e787765ee147ca58ad Mon Sep 17 00:00:00 2001 From: safar46 Date: Mon, 28 Aug 2017 20:14:24 +0800 Subject: [PATCH] Fix sidebar icon hover & breadcrumb slash color --- Vue_Full_Project/scss/_bootstrap-variables.scss | 3 ++- Vue_Full_Project/scss/core/_sidebar.scss | 2 +- Vue_Starter/scss/_bootstrap-variables.scss | 3 ++- Vue_Starter/scss/core/_sidebar.scss | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Vue_Full_Project/scss/_bootstrap-variables.scss b/Vue_Full_Project/scss/_bootstrap-variables.scss index d05c9874..a0658fc0 100644 --- a/Vue_Full_Project/scss/_bootstrap-variables.scss +++ b/Vue_Full_Project/scss/_bootstrap-variables.scss @@ -75,7 +75,8 @@ $font-size-base: 0.875rem; // Breadcrumbs -$breadcrumb-bg: #fff; +$breadcrumb-bg: $white; +$breadcrumb-divider-color: $gray-200; // Cards diff --git a/Vue_Full_Project/scss/core/_sidebar.scss b/Vue_Full_Project/scss/core/_sidebar.scss index df649890..a1dfe8e7 100644 --- a/Vue_Full_Project/scss/core/_sidebar.scss +++ b/Vue_Full_Project/scss/core/_sidebar.scss @@ -114,7 +114,7 @@ @include borders($sidebar-nav-link-hover-borders); i { - color: $sidebar-nav-link-hover-icon-color; + color: $sidebar-nav-link-hover-icon-color !important; } } diff --git a/Vue_Starter/scss/_bootstrap-variables.scss b/Vue_Starter/scss/_bootstrap-variables.scss index d05c9874..a0658fc0 100644 --- a/Vue_Starter/scss/_bootstrap-variables.scss +++ b/Vue_Starter/scss/_bootstrap-variables.scss @@ -75,7 +75,8 @@ $font-size-base: 0.875rem; // Breadcrumbs -$breadcrumb-bg: #fff; +$breadcrumb-bg: $white; +$breadcrumb-divider-color: $gray-200; // Cards diff --git a/Vue_Starter/scss/core/_sidebar.scss b/Vue_Starter/scss/core/_sidebar.scss index df649890..a1dfe8e7 100644 --- a/Vue_Starter/scss/core/_sidebar.scss +++ b/Vue_Starter/scss/core/_sidebar.scss @@ -114,7 +114,7 @@ @include borders($sidebar-nav-link-hover-borders); i { - color: $sidebar-nav-link-hover-icon-color; + color: $sidebar-nav-link-hover-icon-color !important; } }