Add shadow to follow button

This commit is contained in:
Monochromish 2022-07-02 11:09:07 +10:00
parent da0e0c8b18
commit ade7412ab0

View file

@ -12240,6 +12240,7 @@ input[type=checkbox][switch]:checked:active::before {
font-size: 12px;
cursor: pointer;
flex: 0 0 32px;
box-shadow: var(--ciderShadow-Generic);
}
.artist-chip .artist-chip__follow:hover {
background: var(--selected);