Skip to content

Commit

Permalink
fix(editor): add support for k-i-caret-br
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and joneff committed Aug 26, 2022
1 parent 869fb83 commit 3d16bf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion packages/default/scss/editor/_layout.scss
Expand Up @@ -298,7 +298,8 @@
border-bottom-color: inherit;
cursor: se-resize;

.k-i-arrow-45-down-right {
.k-i-arrow-45-down-right,
.k-i-caret-br {
display: none;
}
}
Expand Down
3 changes: 2 additions & 1 deletion packages/fluent/scss/editor/_layout.scss
Expand Up @@ -303,7 +303,8 @@
border-bottom-color: inherit;
cursor: se-resize;

.k-i-arrow-45-down-right {
.k-i-arrow-45-down-right,
.k-i-caret-br {
display: none;
}
}
Expand Down

0 comments on commit 3d16bf2

Please sign in to comment.