mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
UX: contain background for deleted small actions (#27263)
This commit is contained in:
parent
8eec9da0b4
commit
31283968cb
@ -1180,7 +1180,10 @@ blockquote > *:last-child {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&.deleted {
|
&.deleted {
|
||||||
background-color: var(--danger-low-mid);
|
.topic-avatar,
|
||||||
|
.small-action-desc {
|
||||||
|
background-color: var(--danger-low-mid);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.topic-avatar,
|
.topic-avatar,
|
||||||
@ -1196,6 +1199,7 @@ blockquote > *:last-child {
|
|||||||
padding-top: 1em;
|
padding-top: 1em;
|
||||||
width: var(--topic-avatar-width);
|
width: var(--topic-avatar-width);
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
height: auto;
|
||||||
.d-icon {
|
.d-icon {
|
||||||
font-size: var(--font-up-3);
|
font-size: var(--font-up-3);
|
||||||
width: var(--topic-avatar-width);
|
width: var(--topic-avatar-width);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user