Skip to content

Commit

Permalink
style(month-year-select): add cursor pointer
Browse files Browse the repository at this point in the history
  • Loading branch information
fetrarij committed Dec 13, 2018
1 parent 231f58d commit 916810f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/daterangepicker/daterangepicker.component.scss
Expand Up @@ -201,7 +201,6 @@ $input-height: 3rem !default;
white-space: nowrap;
text-align: center;
min-width: 32px;

span {
pointer-events: none;
}
Expand Down Expand Up @@ -380,6 +379,7 @@ $input-height: 3rem !default;

&.monthselect,
&.yearselect {
cursor: pointer;
opacity: 0;
position: absolute;
top: 0;
Expand Down

0 comments on commit 916810f

Please sign in to comment.