improve navigation active color; fix calendar dropdown initialization

This commit is contained in:
Roland Schneider
2021-10-03 09:30:51 +02:00
parent f98dcb656f
commit 439fb12b6e
6 changed files with 34 additions and 4 deletions

View File

@@ -37,7 +37,7 @@ $event-themes: (
@each $name, $color in $event-themes {
@debug "event theme - divider offset:";
//@debug "event theme - divider offset:";
.event-theme-normal-#{$name} {
.event-bar{

View File

@@ -0,0 +1,22 @@
$navbar-color: $primary;
.fit-navbar .navbar-nav > .nav-item > .nav-link:hover, .fit-navbar .navbar-nav > .nav-item > .nav-link:focus {
color: $navbar-color !important;
}
.fit-navbar .navbar-nav > .nav-item.active > a {
color: $navbar-color !important;
}
.fit-navbar .navbar-nav > .nav-item.active > a:after {
opacity: 1;
background: $navbar-color !important;
}
.fit-navbar .navbar-nav > .nav-item.active > a {
color: $navbar-color !important;
}
.fit-navbar .navbar-nav > .nav-item.active > a:after {
opacity: 1;
background: $navbar-color !important;
}