Skip to content

Commit

Permalink
feat(UI): Display cursors as pointers on overflow menu buttons(shaka-…
Browse files Browse the repository at this point in the history
  • Loading branch information
lucksy authored Mar 23, 2021
1 parent 2d68453 commit 9fb637d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ Adrián Gómez Llorente <[email protected]>
Alex Jones <[email protected]>
Alugha GmbH <*@alugha.com>
Alvaro Velad Galvan <[email protected]>
Amila Sampath <[email protected]>
Anthony Stansbridge <[email protected]>
Benjamin Wallberg <[email protected]>
Bonnier Broadcasting <*@bonnierbroadcasting.com>
Expand Down
1 change: 1 addition & 0 deletions CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
Aaron Vaage <[email protected]>
Alex Jones <[email protected]>
Alvaro Velad Galvan <[email protected]>
Amila Sampath <[email protected]>
Andy Hochhaus <[email protected]>
Anthony Stansbridge <[email protected]>
Ashutosh Kumar Mukhiya <[email protected]>
Expand Down
8 changes: 8 additions & 0 deletions ui/less/overflow_menu.less
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,14 @@
background: rgb(224, 224, 224);
}

/* The button is clickable, showing cursor pointer */
cursor: pointer;

/* The label inside button is also showing cursor pointer */
label {
cursor: pointer;
}

.shaka-keyboard-navigation &:focus {
background: rgb(224, 224, 224);
}
Expand Down

0 comments on commit 9fb637d

Please sign in to comment.