This commit is contained in:
Vanessa 2023-03-27 10:59:12 +08:00
parent bebf6ad3c6
commit fe4efa73a7
2 changed files with 7 additions and 4 deletions

View file

@ -317,15 +317,18 @@
align-items: center;
svg {
height: 16px;
width: 16px;
border-radius: 10px;
height: 8px;
width: 8px;
color: var(--b3-theme-on-surface);
transition: var(--b3-transition);
padding: 4px;
opacity: 0;
}
&:hover svg {
opacity: 1 !important;
color: var(--b3-theme-on-background);
background-color: var(--b3-theme-background-light);
}
}
}