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:
parent
c74516bef3
commit
3a4d506c18
2 changed files with 3 additions and 11 deletions
|
@ -1423,17 +1423,14 @@ input[type=checkbox][switch]:checked:active::before {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 4px 0px;
|
margin: 12px 0px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 8px;
|
|
||||||
}
|
|
||||||
.artist-chip:hover {
|
|
||||||
background: var(--selected);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.artist-chip .artist-chip__follow {
|
.artist-chip .artist-chip__follow {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|
|
@ -1738,17 +1738,12 @@ input[type=checkbox][switch]:checked:active::before {
|
||||||
display: inline-flex;
|
display: inline-flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
margin: 4px 0px;
|
margin: 12px 0px;
|
||||||
border-radius: 4px;
|
border-radius: 4px;
|
||||||
color: white;
|
color: white;
|
||||||
font-size: 1em;
|
font-size: 1em;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
padding: 8px;
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
background: var(--selected);
|
|
||||||
}
|
|
||||||
|
|
||||||
.artist-chip__follow {
|
.artist-chip__follow {
|
||||||
appearance: none;
|
appearance: none;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue