Skip to content

Commit

Permalink
💄 style(Switch): cursor:pointer doesn't work on label element (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
capdiem committed Aug 9, 2024
1 parent 8362511 commit 9daa8df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
5 changes: 1 addition & 4 deletions src/Masa.Blazor/wwwroot/css/masa-blazor.css
Original file line number Diff line number Diff line change
Expand Up @@ -22973,9 +22973,6 @@ html.overflow-y-hidden {
.m-input--selection-controls__input:hover:before {
opacity: 0.04;
}
.m-input:not(.m0input--selection-controls) input {
max-height: none;
}
.m-input--selection-controls__input .m-icon {
width: 100%;
}
Expand All @@ -22992,7 +22989,7 @@ html.overflow-y-hidden {
-ms-user-select: none;
user-select: none;
}
.m-input--selection-controls__input + .m-label {
.m-input--selection-controls__input + .m-label, .m-input--selection-controls__wrapper + .m-label {
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
Expand Down
2 changes: 1 addition & 1 deletion src/Masa.Blazor/wwwroot/css/masa-blazor.min.css

Large diffs are not rendered by default.

0 comments on commit 9daa8df

Please sign in to comment.