Skip to content

Commit

Permalink
fix(dropdowntree): rename dropdowntree popup class
Browse files Browse the repository at this point in the history
  • Loading branch information
TeyaVes authored and Juveniel committed Apr 4, 2023
1 parent 5326376 commit d755cb1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 3 additions & 1 deletion packages/default/scss/dropdowntree/_layout.scss
Expand Up @@ -4,7 +4,9 @@
.k-dropdown-tree {}

// Dropdowntree popup
.k-popup-dropdowntree {
.k-popup-dropdowntree, // remove legacy class once updated in components
.k-dropdowntree-popup,
.k-multiselecttree-popup {
padding: 0;

.k-check-all {
Expand Down
4 changes: 3 additions & 1 deletion packages/fluent/scss/dropdowntree/_layout.scss
Expand Up @@ -6,7 +6,9 @@
.k-dropdown-tree {}

// Dropdowntree popup
.k-popup-dropdowntree {
.k-popup-dropdowntree, // remove legacy class once updated in components
.k-dropdowntree-popup,
.k-multiselecttree-popup {
padding: 0;

.k-check-all {
Expand Down
2 changes: 1 addition & 1 deletion packages/html/src/popup/tests/popup-dropdowntree.tsx
Expand Up @@ -26,7 +26,7 @@ root.render(

<section>
<div className="k-animation-container k-animation-container-shown">
<Popup className="k-popup-dropdowntree">
<Popup className="k-dropdowntree-popup">
<div className="k-check-all">
<Checkbox/>
<span className="k-checkbox-label">
Expand Down

0 comments on commit d755cb1

Please sign in to comment.