diff --git a/wp/wp-content/themes/phila.gov-theme/css/scss/base/_global-nav.scss b/wp/wp-content/themes/phila.gov-theme/css/scss/base/_global-nav.scss index 63179763d..f1ed4aab6 100644 --- a/wp/wp-content/themes/phila.gov-theme/css/scss/base/_global-nav.scss +++ b/wp/wp-content/themes/phila.gov-theme/css/scss/base/_global-nav.scss @@ -179,6 +179,26 @@ } } + .translations-bar { + .show-for-medium { + a.active { + text-decoration: none; + cursor: default; + color: color(dark-ben-franklin); + pointer-events: none; + } + } + } + + #lang-dropdown { + a.active { + text-decoration: none; + cursor: default; + color: color(dark-ben-franklin); + pointer-events: none; + } + } + .goog-te-combo { font-size: 1rem; }