UX: More fixes (#47)
This commit is contained in:
@@ -1,7 +1,8 @@
|
|||||||
import icon from "discourse/helpers/d-icon";
|
import icon from "discourse/helpers/d-icon";
|
||||||
|
import gt from "truth-helpers/helpers/gt";
|
||||||
|
|
||||||
const TopicRepliesColumn = <template>
|
const TopicRepliesColumn = <template>
|
||||||
{{#if @topic.posts_count}}
|
{{#if (gt @topic.posts_count 1)}}
|
||||||
<span class="topic-replies">{{icon "reply"}}{{@topic.posts_count}}</span>
|
<span class="topic-replies">{{icon "reply"}}{{@topic.posts_count}}</span>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</template>;
|
</template>;
|
||||||
|
|||||||
@@ -163,3 +163,11 @@
|
|||||||
outline: transparent;
|
outline: transparent;
|
||||||
border-color: var(--accent-color);
|
border-color: var(--accent-color);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.fk-d-menu__inner-content {
|
||||||
|
.btn-icon-text.btn-flat:hover {
|
||||||
|
background-color: var(--d-selected);
|
||||||
|
box-shadow: none;
|
||||||
|
color: var(--primary);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|||||||
+1
-1
@@ -25,7 +25,7 @@ body.has-full-page-chat {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.chat-drawer-outlet-container {
|
.chat-drawer-outlet-container {
|
||||||
z-index: z("composer", "content") + 1;
|
z-index: z("composer", "content");
|
||||||
}
|
}
|
||||||
|
|
||||||
.chat-drawer .channels-list-container .chat-channel-row {
|
.chat-drawer .channels-list-container .chat-channel-row {
|
||||||
|
|||||||
@@ -1,5 +1,4 @@
|
|||||||
.sidebar__panel-switch-button,
|
.sidebar__panel-switch-button,
|
||||||
.sidebar-section[data-section-name="messages"],
|
|
||||||
.list-controls #create-topic,
|
.list-controls #create-topic,
|
||||||
.notifications-button-footer .reason .text,
|
.notifications-button-footer .reason .text,
|
||||||
.pinned-button .reason .text,
|
.pinned-button .reason .text,
|
||||||
|
|||||||
Reference in New Issue
Block a user