This commit is contained in:
Freeplay 2023-04-29 09:56:28 -04:00
parent 1ee8b7285e
commit 544e4bab51

View file

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