Skip to content

Commit c5e727f

Browse files
committed
fix bug with google translate and change border hovering
some div with it's ":after" was producing weird white background which I removed
1 parent 86c9d6f commit c5e727f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

google.scss

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1017,6 +1017,12 @@ div#top_nav
10171017
// }}}
10181018
// }}}
10191019
// translate {{{
1020+
// weird thing behind header and language select {{{
1021+
.RvYhPd::before
1022+
{
1023+
background: $main-background-color !important;
1024+
}
1025+
// }}}
10201026
// header container {{{
10211027
header.gb_qa
10221028
{
@@ -1040,6 +1046,7 @@ header.gb_qa
10401046
&:hover
10411047
{
10421048
background: $sel-background !important;
1049+
border-color: $button-border-hover !important;
10431050
}
10441051
}
10451052
// active button

0 commit comments

Comments
 (0)