styles: add hover state to ellipsis button and unify search options and ellipsis button styles
This commit is contained in:
@@ -54,7 +54,7 @@ const SearchOptions = observer(({ appState }: Props) => {
|
||||
<DisclosureButton
|
||||
ref={buttonRef}
|
||||
onBlur={closeOnBlur}
|
||||
className="sn-icon-button color-neutral hover:color-info"
|
||||
className="sn-icon-button"
|
||||
>
|
||||
<VisuallyHidden>Search options</VisuallyHidden>
|
||||
<TuneIcon className="fill-current block" />
|
||||
|
||||
Reference in New Issue
Block a user