Skip to content

Commit

Permalink
fix(checkbox/switch/radio): inconsistent cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
SisIvanova committed Jan 9, 2025
1 parent 509f5a6 commit 0b6e5f3
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 @@ -175,6 +175,7 @@
flex-flow: row nowrap;
align-items: center;
outline-style: none;
cursor: pointer;
}

%cbx-display--disabled {
Expand Down Expand Up @@ -211,7 +212,6 @@
%cbx-composite {
position: relative;
display: inline-block;
cursor: pointer;
width: $size;
height: $size;
min-width: $size;
Expand Down Expand Up @@ -500,7 +500,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 0b6e5f3

Please sign in to comment.