Skip to content

Commit

Permalink
[pluto] - aborted changed css style for cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
emilbon99 committed Jul 18, 2024
1 parent ac1c092 commit 96f3a4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion pluto/src/button/Button.css
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@

.pluto-btn.pluto--disabled {
& * {
cursor: not-allowed;
color: var(--pluto-gray-l5) !important;
}
color: var(--pluto-gray-l5);
Expand Down
3 changes: 0 additions & 3 deletions pluto/src/input/Input.css
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,6 @@
}

&.pluto-input--disabled {
& * {
cursor: not-allowed;
}
& .pluto-input__placeholder * {
color: var(--pluto-gray-l5) !important;
}
Expand Down

0 comments on commit 96f3a4c

Please sign in to comment.