Skip to content

Commit

Permalink
Fix clipping in theme popup
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Nov 21, 2022
1 parent c34c3bf commit f64fcbc
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions src/theme/css/chrome.css
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ ul#searchresults span.teaser em {
padding: 0;
list-style: none;
display: none;
/* Don't let the children's background extend past the rounded corners. */
overflow: hidden;
}
.theme-popup .default {
color: var(--icons);
Expand All @@ -527,8 +529,3 @@ ul#searchresults span.teaser em {
.theme-popup .theme:hover {
background-color: var(--theme-hover);
}
.theme-popup .theme:hover:first-child,
.theme-popup .theme:hover:last-child {
border-top-left-radius: inherit;
border-top-right-radius: inherit;
}

0 comments on commit f64fcbc

Please sign in to comment.