Skip to content

Commit

Permalink
fix(web): hide-google-translate-tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
Harman-singh-waraich committed Dec 2, 2024
1 parent e023c06 commit b8933ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion web/src/styles/global-style.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,12 @@ export const GlobalStyle = createGlobalStyle`
//hide-default-google-translate
.skiptranslate{
display: none;
display: none !important ;
visibility: hidden !important;
};
font{
background-color: transparent !important;
box-shadow: none !important ;
}
`;

0 comments on commit b8933ac

Please sign in to comment.