Skip to content

Commit

Permalink
Merge pull request #2094 from CityOfPhiladelphia/language-selector
Browse files Browse the repository at this point in the history
style: made the current language not selectable
  • Loading branch information
RitikaDesai98 authored Feb 27, 2024
2 parents 4687daf + 41385e5 commit 745aa64
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 745aa64

Please sign in to comment.