mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
dropdowns should have 'cursor: pointer;' (#956)
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
11ea9d2098
commit
5b6b19036d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user