From e663f8888994ac4905acad24912bc7a857d2d47f Mon Sep 17 00:00:00 2001 From: Claas Kazzer <kazzer@uni-leipzig.de> Date: Mon, 30 Aug 2021 15:38:25 +0200 Subject: [PATCH] refs #20451 [fid_adlr] Visited links fixes * fixes visited links color in mobile menu * forces azure color to overwrite :not declarations --- themes/fid_adlr/scss/_customMixins.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/themes/fid_adlr/scss/_customMixins.scss b/themes/fid_adlr/scss/_customMixins.scss index 0aabc737b82..0e295390a59 100644 --- a/themes/fid_adlr/scss/_customMixins.scss +++ b/themes/fid_adlr/scss/_customMixins.scss @@ -282,6 +282,10 @@ color: $azure !important; } + &:visited { + color: $azure !important; + } + @media screen and (min-width: $screen-sm-min) and (max-width: $screen-md-max) { font-size: $font-size-menu-sm; left: calc(#{$logo-max-width} / 2); -- GitLab