mirror of
https://github.com/discourse/discourse.git
synced 2025-06-07 22:06:59 +08:00
UX: Chat more message actions adjustments (#32404)
This commit is contained in:
@ -61,7 +61,8 @@
|
||||
}
|
||||
}
|
||||
|
||||
&:not(.composer-actions, .toolbar-popup-menu-options) .select-kit-filter {
|
||||
&:not(.composer-actions, .toolbar-popup-menu-options, .more-actions-chat)
|
||||
.select-kit-filter {
|
||||
border: 1px solid var(--primary-low);
|
||||
border-bottom: none;
|
||||
}
|
||||
|
@ -183,7 +183,7 @@ export default class ChatMessageActionsDesktop extends Component {
|
||||
}}
|
||||
@content={{this.messageInteractor.secondaryActions}}
|
||||
@onChange={{this.messageInteractor.handleSecondaryActions}}
|
||||
class="more-buttons secondary-actions"
|
||||
class="more-buttons secondary-actions more-actions-chat"
|
||||
/>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
@ -107,12 +107,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.select-kit-body {
|
||||
padding: 0.5rem;
|
||||
box-shadow: var(--shadow-card);
|
||||
border: 1px solid var(--primary-300);
|
||||
}
|
||||
|
||||
.select-kit-row {
|
||||
.texts .name {
|
||||
font-size: var(--font-0);
|
||||
|
Reference in New Issue
Block a user