diff --git a/static/styles/zulip.scss b/static/styles/zulip.scss index ed227d2769..32fd505a70 100644 --- a/static/styles/zulip.scss +++ b/static/styles/zulip.scss @@ -1371,6 +1371,20 @@ div.focused_table { border-left: 1px solid hsl(0, 0%, 88%); } + +.search_icon { + color: hsl(0, 0%, 80%); + text-decoration: none; + width: 0; + height: 0; + padding-top: 12px; + padding-left: 50px; + &:hover { + color: hsl(0, 0%, 0%); + text-decoration: none; + } +} + #tab_bar { width: 100%; z-index: 2; @@ -1525,19 +1539,6 @@ div.focused_table { } } -.search_icon { - color: hsl(0, 0%, 80%); - text-decoration: none; - width: 0; - height: 0; - padding-top: 12px; - padding-left: 50px; - &:hover { - color: hsl(0, 0%, 0%); - text-decoration: none; - } -} - #searchbox { display: flex; width: 100%;