mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Merge pull request #2499 from omnivore-app/feat/web-menu-hover
Set title on left menu items so hover displays full text
This commit is contained in:
commit
97242b19c5
1 changed files with 2 additions and 0 deletions
|
|
@ -356,6 +356,7 @@ function FilterButton(props: FilterButtonProps): JSX.Element {
|
|||
: '$thBackground4',
|
||||
},
|
||||
}}
|
||||
title={props.text}
|
||||
onClick={(e) => {
|
||||
props.applySearchQuery(props.filterTerm)
|
||||
props.setShowFilterMenu(false)
|
||||
|
|
@ -408,6 +409,7 @@ function LabelButton(props: LabelButtonProps): JSX.Element {
|
|||
backgroundColor: '$thBackground4',
|
||||
},
|
||||
}}
|
||||
title={props.label.name}
|
||||
alignment="center"
|
||||
distribution="start"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue