Merge branch 'ciderapp:develop' into develop

This commit is contained in:
Amaru8 2022-04-08 20:06:11 +00:00 committed by GitHub
commit c93c092745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 14 deletions

View file

@ -1423,17 +1423,14 @@ input[type=checkbox][switch]:checked:active::before {
display: inline-flex;
align-items: center;
justify-content: center;
margin: 4px 0px;
margin: 12px 0px;
border-radius: 4px;
color: white;
font-size: 1em;
font-weight: 500;
cursor: pointer;
padding: 8px;
}
.artist-chip:hover {
background: var(--selected);
}
.artist-chip .artist-chip__follow {
appearance: none;
border: 0;

View file

@ -1738,17 +1738,12 @@ input[type=checkbox][switch]:checked:active::before {
display: inline-flex;
align-items: center;
justify-content: center;
margin: 4px 0px;
margin: 12px 0px;
border-radius: 4px;
color: white;
font-size: 1em;
font-weight: 500;
cursor: pointer;
padding: 8px;
&:hover {
background: var(--selected);
}
.artist-chip__follow {
appearance: none;