search: Make search_icon hover consistent with message_view_header.

This commit ensures that the search_icon within the search box has the
same color, opacity and hover effect as on the search_icon in the
message_view_header when search is closed.
This commit is contained in:
YashRE42
2021-10-06 00:03:00 +00:00
committed by Tim Abbott
parent f3b31fa972
commit 1c674f15be
2 changed files with 0 additions and 10 deletions

View File

@@ -419,9 +419,7 @@ body.night-mode {
.clear_search_button:active,
.clear_search_button:disabled:hover,
#user-groups .save-instructions,
#searchbox_legacy .search_icon,
#searchbox_legacy .search_button,
#searchbox .search_icon,
#searchbox .search_button,
.close,
#user_presences li:hover .user-list-sidebar-menu-icon,
@@ -436,9 +434,7 @@ body.night-mode {
.collapse_composebox_button:hover,
#message_edit_tooltip:hover,
.clear_search_button:hover,
#searchbox_legacy .search_icon:hover,
#searchbox_legacy .search_button:hover,
#searchbox .search_icon:hover,
#searchbox .search_button:hover,
.close:hover {
color: hsl(0, 0%, 100%);

View File

@@ -1923,7 +1923,6 @@ div.focused_table {
.search_icon {
position: absolute;
height: 100%;
color: hsl(0, 0%, 80%);
text-decoration: none;
padding: 0 10px;
font-size: 20px;
@@ -1931,11 +1930,6 @@ div.focused_table {
left: 0;
}
.search_icon:hover {
color: hsl(0, 0%, 0%);
text-decoration: none;
}
#search_arrows {
padding-left: 35px;
font-size: 90%;