-
Notifications
You must be signed in to change notification settings - Fork 530
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix advanced search options (missing Fluent strings, CSS) #3508
Conversation
@@ -38,7 +38,7 @@ const SearchOption = ({ | |||
onToggle(); | |||
}} | |||
> | |||
<i className='fa fa-w'></i> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was this meant to be fa-fw
(fixed-width)? In any case, the menu seems to work fine without it.
0788ed9
to
82745d3
Compare
Thanks for the update! Didn't notice this before - I don't get a hover effect on the Apply search options button - neither the text color nor the mouse cursor change. |
I think I've fixed it, but I'm not sure I understand the intent of the original code (why was the margin-top changing? Was the extra class ever used?) |
For
fa-w
, see #3507The console is full or React errors when opening the panel. The edit removed a bunch of trailing whitespaces, which I think it's useful to remove anyway.