Skip to content

Commit

Permalink
fix(checkbox/switch/radio): inconsistent cursor (#15230)
Browse files Browse the repository at this point in the history
Co-authored-by: Simeon Simeonoff <[email protected]>
  • Loading branch information
SisIvanova and simeonoff authored Jan 20, 2025
1 parent 9fa1ee2 commit 319bd1b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@
flex-flow: row nowrap;
align-items: center;
outline-style: none;
cursor: pointer;
}

%cbx-display--disabled {
Expand Down Expand Up @@ -208,7 +209,6 @@
%cbx-composite {
position: relative;
display: inline-block;
cursor: pointer;
width: $size;
height: $size;
min-width: $size;
Expand Down Expand Up @@ -482,7 +482,6 @@
%cbx-label {
display: inline-block;
color: var-get($theme, 'label-color');
cursor: pointer;
user-select: none;
word-wrap: break-all;
transition: color .2s $ease-out-quad;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,6 @@
height: $size;
min-width: $size;
line-height: $size;
cursor: pointer;
color: var-get($theme, 'label-color');
user-select: none;

Expand Down Expand Up @@ -400,7 +399,6 @@

%radio-label {
color: var-get($theme, 'label-color');
cursor: pointer;
user-select: none;
word-wrap: break-all;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,6 @@
border: rem(1px) solid var-get($theme, 'border-color');
border-radius: var-get($theme, 'border-radius-track');
background: var-get($theme, 'track-off-color');
cursor: pointer;
user-select: none;
transition: $input-transition;

Expand Down Expand Up @@ -557,7 +556,6 @@
%switch-label {
display: inline-block;
color: var-get($theme, 'label-color');
cursor: pointer;
user-select: none;
word-wrap: break-all;

Expand Down

0 comments on commit 319bd1b

Please sign in to comment.