UX: Remove `:empty` on topic-statuses, clean up (#14227)
This commit is contained in:
parent
90a23c6fc8
commit
75041dbbeb
|
@ -287,9 +287,6 @@
|
|||
line-height: $line-height-large;
|
||||
padding-right: 20px;
|
||||
}
|
||||
.topic-statuses:empty {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.num {
|
||||
text-align: center;
|
||||
|
|
|
@ -829,20 +829,17 @@ table {
|
|||
}
|
||||
|
||||
.topic-statuses {
|
||||
display: inline;
|
||||
// avoid adding margin/padding on this parent; sometimes it appears as an empty container
|
||||
float: left;
|
||||
margin-right: 0.15em;
|
||||
.topic-status {
|
||||
margin: 0;
|
||||
display: inline-flex;
|
||||
color: var(--primary-medium);
|
||||
margin-right: 0.2em;
|
||||
.d-icon {
|
||||
height: 0.74em;
|
||||
width: 0.75em;
|
||||
}
|
||||
&:not(:last-child) {
|
||||
margin-right: 0.15em;
|
||||
}
|
||||
}
|
||||
|
||||
.topic-status-warning .d-icon-envelope {
|
||||
|
|
|
@ -465,11 +465,6 @@
|
|||
font-size: $font-up-2;
|
||||
margin-right: 0.75em;
|
||||
}
|
||||
.topic-statuses {
|
||||
&:empty {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -158,10 +158,6 @@
|
|||
}
|
||||
.topic-statuses {
|
||||
line-height: 1.2;
|
||||
margin-right: 0.15em;
|
||||
&:empty {
|
||||
margin-right: 0;
|
||||
}
|
||||
.d-icon {
|
||||
color: var(--primary-medium);
|
||||
}
|
||||
|
|
|
@ -70,10 +70,6 @@ $mobile-breakpoint: 700px;
|
|||
}
|
||||
.topic-statuses {
|
||||
float: none;
|
||||
&:empty {
|
||||
// avoids extra margin
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -84,9 +84,6 @@
|
|||
@include ellipsis;
|
||||
flex: 0 1 auto;
|
||||
}
|
||||
.topic-statuses {
|
||||
margin-right: 0.15em;
|
||||
}
|
||||
.topic-post-badges .badge.unread-posts,
|
||||
.title {
|
||||
margin-right: 5px;
|
||||
|
|
|
@ -195,9 +195,6 @@
|
|||
flex: 0 1 auto;
|
||||
margin-right: 0.5em;
|
||||
}
|
||||
.topic-statuses:empty {
|
||||
display: none;
|
||||
}
|
||||
span.badge-wrapper {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue