Skip to content
Snippets Groups Projects
Commit 80d436ba authored by Angie Byron's avatar Angie Byron
Browse files

#768240 by plach: Fixed session language switcher links do not report the active status correctly.

parent 86e959e5
No related branches found
No related tags found
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
...@@ -26,10 +26,10 @@ ...@@ -26,10 +26,10 @@
padding: 3ex 0 0 1em; padding: 3ex 0 0 1em;
} }
.language-switcher-locale-session .active a.active { .language-switcher-locale-session a.active {
color: #0062A0; color: #0062A0;
} }
.language-switcher-locale-session .active a.session-active { .language-switcher-locale-session a.session-active {
color: #000000; color: #000000;
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment