Skip to content

Commit

Permalink
feat(global): re-add cursor pointer in select
Browse files Browse the repository at this point in the history
Signed-off-by: astagnol <[email protected]>
  • Loading branch information
astagnol authored and dpellier committed Oct 31, 2024
1 parent ef54fc2 commit a9006ba
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ $select-padding-right: $select-caret-size + ($select-base-padding * 2);

border-color: var(--ods-color-form-element-border-focus-default);
box-shadow: none;
cursor: pointer;
}
}

Expand Down Expand Up @@ -208,6 +209,8 @@ $select-padding-right: $select-caret-size + ($select-base-padding * 2);

&.dropdown-active {
.ts-control {
cursor: pointer;

&::after {
content: '\e91a';
}
Expand Down

0 comments on commit a9006ba

Please sign in to comment.