mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
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:
@@ -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%);
|
||||
|
||||
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user