styles: add hover state to ellipsis button and unify search options and ellipsis button styles

This commit is contained in:
Antonella Sgarlatta
2021-05-10 18:58:31 -03:00
parent c2ed6f1913
commit 36bfa4504d
4 changed files with 29 additions and 14 deletions

View File

@@ -50,14 +50,10 @@ export const NotesOptionsPanel = observer(({ appState }: Props) => {
}}
onBlur={closeOnBlur}
ref={buttonRef}
className={
'sn-button outlined ' +
'cursor-pointer w-32px h-32px rounded-full p-0 ' +
'flex justify-center items-center'
}
className="sn-icon-button"
>
<VisuallyHidden>Actions</VisuallyHidden>
<MoreIcon className="fill-current color-neutral block" />
<MoreIcon className="fill-current block" />
</DisclosureButton>
<DisclosurePanel
onKeyUp={(event) => {