Fix background fill for link previews without images
This commit is contained in:
parent
574cdad7a8
commit
a85c19d50b
|
@ -214,6 +214,15 @@ body.admin {
|
|||
|
||||
// link previews
|
||||
|
||||
.status-card {
|
||||
background: $purple5;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: darken($purple5, 4%);
|
||||
}
|
||||
}
|
||||
|
||||
.status-card.compact {
|
||||
border-color: darken($purple5, 8%);
|
||||
background: $purple5;
|
||||
|
@ -223,15 +232,6 @@ body.admin {
|
|||
background: $purple3;
|
||||
}
|
||||
|
||||
.status-card__content {
|
||||
background: $purple5;
|
||||
|
||||
&:hover,
|
||||
&:focus {
|
||||
background: darken($purple5, 4%);
|
||||
}
|
||||
}
|
||||
|
||||
.notification__filter-bar button.active,
|
||||
.notification__filter-bar a.active,
|
||||
.account__section-headline button.active,
|
||||
|
|
Loading…
Reference in New Issue