Skip to content

Commit

Permalink
adds pointer cursor to logged in accounts (#2674)
Browse files Browse the repository at this point in the history
Co-authored-by: Musale Martin <[email protected]>
  • Loading branch information
Mnickii and musale authored Aug 22, 2023
1 parent 6e5a987 commit 14cc8fd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 14cc8fd

Please sign in to comment.