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;
|
background: transparent;
|
||||||
min-height: 0;
|
min-height: 0;
|
||||||
box-shadow: 0 0 0 1px $halfGray;
|
box-shadow: 0 0 0 1px $halfGray;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&--is-focused {
|
&--is-focused {
|
||||||
box-shadow: 0 0 0 2px $primary;
|
box-shadow: 0 0 0 2px $primary;
|
||||||
@ -88,6 +89,7 @@ html {
|
|||||||
|
|
||||||
&__option {
|
&__option {
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
|
cursor: pointer;
|
||||||
|
|
||||||
&:active {
|
&:active {
|
||||||
background: $primary;
|
background: $primary;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user