This commit is contained in:
Freeplay 2023-04-29 09:56:28 -04:00
parent 1ee8b7285e
commit 544e4bab51
1 changed files with 2 additions and 1 deletions

View File

@ -84,6 +84,7 @@ defineExpose({
bottom: 0; bottom: 0;
left: 0; left: 0;
width: 100%; width: 100%;
z-index: 2;
> span { > span {
display: inline-block; display: inline-block;
background: var(--panel); background: var(--panel);
@ -92,7 +93,7 @@ defineExpose({
border-radius: 999px; border-radius: 999px;
box-shadow: 0 2px 6px rgb(0 0 0 / 20%); box-shadow: 0 2px 6px rgb(0 0 0 / 20%);
} }
&:hover { &:hover, &:focus {
> span { > span {
background: var(--panelHighlight); background: var(--panelHighlight);
} }