Skip to content
Snippets Groups Projects
Commit 3d41c401 authored by Claas Kazzer's avatar Claas Kazzer Committed by Robert Lange
Browse files

refs #20592 [fid_adlr] changes visited links color in navigation to black

parent b42f7440
Branches
Tags
No related merge requests found
...@@ -120,7 +120,7 @@ ...@@ -120,7 +120,7 @@
outline: 0; outline: 0;
text-decoration: underline; text-decoration: underline;
@media screen and (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
color: $seafoam; color: $seafoam;
} }
} }
...@@ -132,7 +132,7 @@ ...@@ -132,7 +132,7 @@
text-decoration: underline; text-decoration: underline;
i { i {
@media screen and (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
color: $seafoam; color: $seafoam;
} }
} }
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
outline: 0; outline: 0;
text-decoration: none; text-decoration: none;
@media screen and (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
color: $seafoam; color: $seafoam;
} }
} }
...@@ -158,7 +158,7 @@ ...@@ -158,7 +158,7 @@
text-decoration: none; text-decoration: none;
i { i {
@media screen and (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
color: $seafoam; color: $seafoam;
} }
} }
...@@ -224,14 +224,14 @@ ...@@ -224,14 +224,14 @@
white-space: nowrap; white-space: nowrap;
z-index: z-index(navigation-overlay, 0); z-index: z-index(navigation-overlay, 0);
@media screen and (max-width: $screen-md-max) { @media (max-width: $screen-md-max) {
height: 100%; height: 100%;
padding-top: 15px; padding-top: 15px;
width: 9999px; width: 9999px;
} }
// workaround for landscape and firefox // workaround for landscape and firefox
@media screen and (max-width: $screen-sm-max) and (orientation: landscape) { @media (max-width: $screen-sm-max) and (orientation: landscape) {
height: 500px; // height needed height: 500px; // height needed
overflow-y: scroll; overflow-y: scroll;
...@@ -241,7 +241,7 @@ ...@@ -241,7 +241,7 @@
} }
// workaround for landscape and firefox // workaround for landscape and firefox
@media screen and (min-width: $screen-md-min) and (max-width: $mobile-navigation-menu-breakpoint) and (orientation: landscape) { @media (min-width: $screen-md-min) and (max-width: $mobile-navigation-menu-breakpoint) and (orientation: landscape) {
height: 800px; // height needed height: 800px; // height needed
overflow-y: scroll; overflow-y: scroll;
...@@ -251,11 +251,11 @@ ...@@ -251,11 +251,11 @@
} }
@media screen and (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
padding-top: $navbar-extended-padding; padding-top: $navbar-extended-padding;
} }
@media screen and (min-width: $screen-lg-min) { @media (min-width: $screen-lg-min) {
border: 2px solid $asphalt; border: 2px solid $asphalt;
left: unset; left: unset;
padding-left: $navbar-extended-padding; padding-left: $navbar-extended-padding;
...@@ -283,17 +283,17 @@ ...@@ -283,17 +283,17 @@
} }
&:visited { &:visited {
color: $azure !important; color: $black !important;
} }
@media screen and (min-width: $screen-sm-min) and (max-width: $screen-md-max) { @media (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
font-size: $font-size-menu-sm; font-size: $font-size-menu-sm;
left: calc(#{$logo-max-width} / 2); left: calc(#{$logo-max-width} / 2);
letter-spacing: 2.87px; letter-spacing: 2.87px;
line-height: em($font-size-menu-sm); line-height: em($font-size-menu-sm);
} }
@media screen and (min-width: $mobile-navigation-menu-breakpoint + 1px) { @media (min-width: $mobile-navigation-menu-breakpoint + 1px) {
color: $black !important; color: $black !important;
font-size: $font-size-menu-lg; font-size: $font-size-menu-lg;
left: 0; left: 0;
...@@ -348,12 +348,12 @@ ...@@ -348,12 +348,12 @@
z-index: z-index(search affix, 0); z-index: z-index(search affix, 0);
@media screen and (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
padding-left: $content-l-r-padding; padding-left: $content-l-r-padding;
padding-right: $content-l-r-padding; padding-right: $content-l-r-padding;
} }
@media screen and (max-width: $screen-md-max) { @media (max-width: $screen-md-max) {
background-color: transparent; background-color: transparent;
background-image: url('../images/header-srch-affix-bg-md.png'); background-image: url('../images/header-srch-affix-bg-md.png');
background-position: 0% -100%; background-position: 0% -100%;
...@@ -381,17 +381,17 @@ ...@@ -381,17 +381,17 @@
} }
} }
@media screen and (max-width: $screen-xs-max) { @media (max-width: $screen-xs-max) {
// $display-searchbox-toggle, $display-prefilter-toggle, $unset-prefilter-toggle-dropdown, $is-affix, $screen-border // $display-searchbox-toggle, $display-prefilter-toggle, $unset-prefilter-toggle-dropdown, $is-affix, $screen-border
@include searchbox-toggler-and-content-styles(inherit, block, false, true, 'mobile'); @include searchbox-toggler-and-content-styles(inherit, block, false, true, 'mobile');
} }
@media screen and (min-width: $screen-sm-min) and (max-width: $screen-md-max) { @media (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
// $display-searchbox-toggle, $display-prefilter-toggle, $unset-prefilter-toggle-dropdown, $is-affix, $screen-border // $display-searchbox-toggle, $display-prefilter-toggle, $unset-prefilter-toggle-dropdown, $is-affix, $screen-border
@include searchbox-toggler-and-content-styles(inherit, none, true, true, 'mobile'); @include searchbox-toggler-and-content-styles(inherit, none, true, true, 'mobile');
} }
@media screen and (min-width: $screen-lg-min) { @media (min-width: $screen-lg-min) {
// $display-searchbox-toggle, $display-prefilter-toggle, $unset-prefilter-toggle-dropdown, $is-affix, $screen-border // $display-searchbox-toggle, $display-prefilter-toggle, $unset-prefilter-toggle-dropdown, $is-affix, $screen-border
@include searchbox-toggler-and-content-styles(none, block, false, false, 'desktop'); @include searchbox-toggler-and-content-styles(none, block, false, false, 'desktop');
background: transparent; background: transparent;
...@@ -428,20 +428,20 @@ ...@@ -428,20 +428,20 @@
} }
} }
@media screen and (min-width: $screen-xl-min) { @media (min-width: $screen-xl-min) {
left: calc(#{$logo-max-width} + 2 * #{$navbar-extended-padding}); left: calc(#{$logo-max-width} + 2 * #{$navbar-extended-padding});
} }
.searchbox { .searchbox {
@media screen and (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
width: $search-form-width-affix-sm; width: $search-form-width-affix-sm;
} }
@media screen and (min-width: $screen-md-min) and (max-width: $screen-md-max) { @media (min-width: $screen-md-min) and (max-width: $screen-md-max) {
width: $search-form-width-affix-md; width: $search-form-width-affix-md;
} }
@media screen and (min-width: $screen-lg-min) { @media (min-width: $screen-lg-min) {
background: transparent; background: transparent;
height: $navbar-header-height-affix-sm; height: $navbar-header-height-affix-sm;
padding-right: 25px; padding-right: 25px;
...@@ -449,7 +449,7 @@ ...@@ -449,7 +449,7 @@
width: $search-form-width-affix-lg; width: $search-form-width-affix-lg;
} }
@media screen and (min-width: $screen-xl-min) { @media (min-width: $screen-xl-min) {
max-width: $search-form-width-max; max-width: $search-form-width-max;
width: $search-form-width-xl; width: $search-form-width-xl;
} }
...@@ -458,7 +458,7 @@ ...@@ -458,7 +458,7 @@
.searchForm { .searchForm {
width: 100%; width: 100%;
@media screen and (min-width: $screen-lg-min) { @media (min-width: $screen-lg-min) {
display: -webkit-inline-flex; display: -webkit-inline-flex;
display: -ms-inline-flexbox; display: -ms-inline-flexbox;
display: -webkit-box; display: -webkit-box;
...@@ -473,17 +473,17 @@ ...@@ -473,17 +473,17 @@
.searchForm_lookfor { .searchForm_lookfor {
max-width: $search-form-width-max; max-width: $search-form-width-max;
@media screen and (min-width: $screen-sm-min) { @media (min-width: $screen-sm-min) {
height: $search-input-height-affix-sm; height: $search-input-height-affix-sm;
width: $search-input-width-affix-sm; width: $search-input-width-affix-sm;
} }
@media screen and (min-width: $screen-md-min) { @media (min-width: $screen-md-min) {
height: $search-input-height-affix-md; height: $search-input-height-affix-md;
width: $search-input-width-affix-md; width: $search-input-width-affix-md;
} }
@media screen and (min-width: $screen-lg-min) { @media (min-width: $screen-lg-min) {
height: $search-input-height-affix-lg; height: $search-input-height-affix-lg;
width: $search-input-width-affix-lg; width: $search-input-width-affix-lg;
} }
...@@ -557,11 +557,11 @@ ...@@ -557,11 +557,11 @@
outline: none; outline: none;
width: 100%; width: 100%;
@media screen and (min-width: $screen-sm-min) and (max-width: $screen-md-max) { @media (min-width: $screen-sm-min) and (max-width: $screen-md-max) {
width: em(126px); width: em(126px);
} }
@media screen and (min-width: $screen-lg-min) { @media (min-width: $screen-lg-min) {
height: $search-input-height-lg; height: $search-input-height-lg;
min-width: 174px; min-width: 174px;
} }
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment