css: Adjust focus outline for New Channel input in Move messages modal.

This commit adjusts the focus outline for the "New channel"
input in the Move message(s) and topic modal, preventing
it from extending to the entire modal and limiting it to the
input element only.
This commit is contained in:
Saubhagya Patel
2025-01-16 19:35:48 +05:30
committed by Tim Abbott
parent 1e9099737d
commit b013e25a64

View File

@@ -843,12 +843,13 @@ ul.popover-group-menu-member-list {
#move_topic_to_stream_widget_wrapper {
display: flex;
width: 50%;
.dropdown-widget-button {
outline: none;
/* 24px at 16px/1em */
line-height: 1.5em;
width: 50%;
width: 100%;
}
.dropdown_widget_value {