Skip to content

Commit

Permalink
Update userChrome.css
Browse files Browse the repository at this point in the history
code error fix
  • Loading branch information
datguypiko authored Apr 22, 2024
1 parent c8b00fa commit e2008a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion userChrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -1506,12 +1506,13 @@ toolbar
background-color: var(--firefoxcss-url-clipboard-button) !important;
padding: 4px 8px !important;
}

}
.urlbarView-button {
.urlbarView-row:is([row-selectable]:hover, [selected]) > &:not(:hover, [open]) {
background-color: transparent !important;
opacity: 0.8 !important;
}
}

/* #appcontent
> #tabbrowser-tabbox
Expand Down

0 comments on commit e2008a2

Please sign in to comment.