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,8 +1180,11 @@ blockquote > *:last-child {
|
||||
}
|
||||
|
||||
&.deleted {
|
||||
.topic-avatar,
|
||||
.small-action-desc {
|
||||
background-color: var(--danger-low-mid);
|
||||
}
|
||||
}
|
||||
|
||||
.topic-avatar,
|
||||
.small-action-desc {
|
||||
@ -1196,6 +1199,7 @@ blockquote > *:last-child {
|
||||
padding-top: 1em;
|
||||
width: var(--topic-avatar-width);
|
||||
justify-content: center;
|
||||
height: auto;
|
||||
.d-icon {
|
||||
font-size: var(--font-up-3);
|
||||
width: var(--topic-avatar-width);
|
||||
|
Loading…
x
Reference in New Issue
Block a user