Skip to content

Commit

Permalink
fix(editor): table tool selection not working in fluent
Browse files Browse the repository at this point in the history
  • Loading branch information
epetrow authored and Juveniel committed May 12, 2023
1 parent 1139f96 commit 5c9043f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/fluent/scss/editor/_theme.scss
Expand Up @@ -79,7 +79,7 @@
}

.k-disabled:not(.k-selected) {
@include disabled(
@include fill (
$bg: var( --kendo-disabled-bg, inherit ),
$border: var( --kendo-disabled-border, inherit )
);
Expand Down

0 comments on commit 5c9043f

Please sign in to comment.