fix(Picker): optimize the click experience
This commit is contained in:
@@ -20,6 +20,7 @@
|
||||
font-size: @picker-action-font-size;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:active {
|
||||
background-color: @picker-action-active-color;
|
||||
@@ -36,6 +37,7 @@
|
||||
&__columns {
|
||||
position: relative;
|
||||
display: flex;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
&__loading {
|
||||
|
||||
Reference in New Issue
Block a user