mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 20:44:04 +00:00
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:
committed by
Tim Abbott
parent
1e9099737d
commit
b013e25a64
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user