From b013e25a64529e6307ffb245b9b12324ee1e5c3e Mon Sep 17 00:00:00 2001 From: Saubhagya Patel Date: Thu, 16 Jan 2025 19:35:48 +0530 Subject: [PATCH] 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. --- web/styles/popovers.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/web/styles/popovers.css b/web/styles/popovers.css index 09b2290812..eb1442c51c 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -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 {