css: Remove invalid property applied to search icon.

Since `.zulip-icon-search` has `position: static` which is set
by default, setting `right` here makes no difference to its
position.
This commit is contained in:
Aman Agrawal 2024-03-19 03:15:59 +00:00 committed by Tim Abbott
parent afe420dcd3
commit fc48919a8b
1 changed files with 0 additions and 4 deletions

View File

@ -2496,10 +2496,6 @@ select.invite-as {
margin-left: 40px;
}
.zulip-icon-search {
right: 115px;
}
.dropdown-menu ul {
margin: 0 -25px 0 0;
background: transparent;