Fix clipping in theme popup
This commit is contained in:
parent
c34c3bf730
commit
f64fcbc07d
|
@ -507,6 +507,8 @@ ul#searchresults span.teaser em {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
list-style: none;
|
list-style: none;
|
||||||
display: none;
|
display: none;
|
||||||
|
/* Don't let the children's background extend past the rounded corners. */
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.theme-popup .default {
|
.theme-popup .default {
|
||||||
color: var(--icons);
|
color: var(--icons);
|
||||||
|
@ -527,8 +529,3 @@ ul#searchresults span.teaser em {
|
||||||
.theme-popup .theme:hover {
|
.theme-popup .theme:hover {
|
||||||
background-color: var(--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;
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue