Skip to content

Commit

Permalink
fix: adds pointer cursor to logged in accounts (#2674)
Browse files Browse the repository at this point in the history
Co-authored-by: Musale Martin <martinmusale@microsoft.com>
  • Loading branch information
2 people authored and gavinbarron committed Aug 25, 2023
1 parent 6e5a987 commit 11e5a1c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -108,6 +108,7 @@ $login-flyout-command-text-color: #{var(--login-flyout-command-text-color, var(-
margin-top: 4px;
background: $login-popup-background-color;
list-style-type: none;
cursor: pointer;

&:hover {
background: $login-account-item-hover-bg-color;
Expand Down

0 comments on commit 11e5a1c

Please sign in to comment.