removed hover for artist-card and re-align (#828)

* removed hover for artist-card and re-align

* cleaned less files
This commit is contained in:
UnbreakCode 2022-04-08 20:48:30 +02:00 committed by GitHub
parent c74516bef3
commit 3a4d506c18
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 11 deletions

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;