Merge branch 'ciderapp:develop' into develop
This commit is contained in:
commit
c93c092745
3 changed files with 7 additions and 14 deletions
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue