1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

dropdowns should have 'cursor: pointer;'

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2020-09-23 09:33:07 -04:00
parent b88c0d4fbf
commit 9256fa7554

View File

@ -32,6 +32,7 @@ html {
background: transparent;
min-height: 0;
box-shadow: 0 0 0 1px $halfGray;
cursor: pointer;
&--is-focused {
box-shadow: 0 0 0 2px $primary;
@ -88,6 +89,7 @@ html {
&__option {
white-space: nowrap;
cursor: pointer;
&:active {
background: $primary;