From 8db77f613670c4e16dd33ff2bfdaa43f16869843 Mon Sep 17 00:00:00 2001 From: catborise Date: Thu, 8 Jul 2021 10:39:58 +0300 Subject: [PATCH] fix some problems with quartz theme --- dev/scss/wvc-theme/quartz/_bootswatch.scss | 22 +++++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/dev/scss/wvc-theme/quartz/_bootswatch.scss b/dev/scss/wvc-theme/quartz/_bootswatch.scss index a09207d..aafcbd5 100755 --- a/dev/scss/wvc-theme/quartz/_bootswatch.scss +++ b/dev/scss/wvc-theme/quartz/_bootswatch.scss @@ -95,7 +95,7 @@ body { border-right: none; } -.form-select { +.form-select:not([multiple]) { transition: border-color .15s ease-in-out; option { background-color: $primary; @@ -121,8 +121,10 @@ body { .nav-link { transition: none; - &:hover { + &:hover, + &:focus { color: $white; + isolation: auto; } &, @@ -145,7 +147,8 @@ body { border-radius: $border-radius; transform: scale(1.1); - &:hover { + &:hover, + &:focus { color: $gray-800; } } @@ -153,6 +156,19 @@ body { .dropdown-menu { border-radius: $border-radius; } + + .nav-pills { + .nav-link { + transition: none; + + &:hover, + &:focus { + color: $white; + isolation: auto; + } + } + } + } // Indicators