Skip to content
Snippets Groups Projects
Commit 87399c10 authored by Michaela Brückner's avatar Michaela Brückner 🦄 Committed by Rasmus Fuhse
Browse files

fixes #1961

Closes #1961

Merge request studip/studip!1273
parent d654e71d
No related branches found
No related tags found
No related merge requests found
......@@ -1447,3 +1447,101 @@ button.skiplink {
.minor, .quiet {
color: $black;
}
/* for 5.3 responsive navigation */
#top-bar,
#responsive-navigation-items {
background-color: $black;
}
#responsive-navigation-items {
header {
background-image: unset;
> div {
.avatar-navigation {
.navigation-item {
background-color: transparent;
&:hover {
background-color: $lightgray;
.navigation-title a {
color: $black !important;
}
}
}
}
}
}
.navigation-item {
background-color: $black;
&:not(:last-child) {
}
&.navigation-up,
&.navigation-current {
&:hover {
background-color: $lightgray;
.navigation-title button {
.navigation-icon {
filter: brightness(0);
}
.navigation-text {
color: $black;
}
}
}
}
// current active element
&.navigation-current {
background-color: $lightgray;
.navigation-title button {
.navigation-icon {
filter: brightness(0);
}
.navigation-text {
color: $black;
}
}
}
button {
&.navigation-in {
border-left: 1px solid $lightgray;
}
}
// right arrow
&:not(.navigation-current):not(.navigation-up) {
button:hover {
background-color: $lightgray;
> img {
filter: brightness(0);
}
}
}
}
// list elements when hovering
a {
&:hover {
background-color: $lightgray;
color: $black;
img {
filter: brightness(0);
}
}
}
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment