diff --git a/web/styles/app_components.css b/web/styles/app_components.css index 62012595b4..b09f8216c3 100644 --- a/web/styles/app_components.css +++ b/web/styles/app_components.css @@ -425,13 +425,9 @@ input.settings_text_input { &:focus, &:active, &:disabled:hover { - position: relative; - right: 20px; background: none; border: none; text-align: center; - padding-top: 8px; - padding-left: 4px; color: var(--color-text-clear-search-button); text-shadow: none; outline: none !important; diff --git a/web/styles/popovers.css b/web/styles/popovers.css index f86bbbd622..2d522ce39c 100644 --- a/web/styles/popovers.css +++ b/web/styles/popovers.css @@ -641,8 +641,6 @@ ul.popover-group-menu-member-list { #clear_stream_search { display: none; grid-area: clear-search; - right: 0; - padding: 0; } } diff --git a/web/styles/recent_view.css b/web/styles/recent_view.css index ed9636c423..4b84e87bcb 100644 --- a/web/styles/recent_view.css +++ b/web/styles/recent_view.css @@ -160,7 +160,6 @@ .clear_search_button { grid-area: clear-search; - right: 0; padding: 0; } diff --git a/web/styles/subscriptions.css b/web/styles/subscriptions.css index ad9b38f145..d3ca6bf45b 100644 --- a/web/styles/subscriptions.css +++ b/web/styles/subscriptions.css @@ -545,7 +545,6 @@ h4.user_group_setting_subsection_title { #clear_search_stream_name, #clear_search_group_name { grid-area: clear-search; - right: 0; padding: 0; }