Skip to content

Commit

Permalink
chore(core): do not include nested disabled
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow committed Jun 14, 2024
1 parent 594e4ac commit e9b060e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions packages/core/scss/styles/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@
}

// Nested disabled
[disabled],
.k-disabled {
opacity: 1;
filter: grayscale(0);
}
// [disabled],
// .k-disabled {
// opacity: 1;
// filter: grayscale(0);
// }
}

// Text selection
Expand Down

0 comments on commit e9b060e

Please sign in to comment.