Skip to content

Commit

Permalink
fix: original google translate toolbar not hidden
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Feb 19, 2023
1 parent 861bdc6 commit f05b32d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _sass/misc/google-translate.scss
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ div#google_translate_element {
}

/* HIDE the google translate toolbar */
.goog-te-banner-frame.skiptranslate {
.skiptranslate {
display: none !important;
border: none;
box-shadow: 0 0;
Expand Down

0 comments on commit f05b32d

Please sign in to comment.