Skip to content

Commit

Permalink
chore(frontend): add title on hover for select app button (grafana#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
eh-am authored Jul 25, 2022
1 parent 50a4e66 commit 7719ac4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions webapp/javascript/components/AppSelector/SelectButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const SelectButton = ({
type="button"
onClick={onClick}
className={cx({ button: true, isSelected })}
title={name}
>
<div>
<Icon isFolder={isFolder} isSelected={isSelected} />
Expand Down

0 comments on commit 7719ac4

Please sign in to comment.