Skip to content

Commit

Permalink
feat: Allow to hide treeview disabled checkbox - MEED-7927 - Meeds-io…
Browse files Browse the repository at this point in the history
  • Loading branch information
boubaker committed Dec 26, 2024
1 parent 6471ab3 commit 5ea3159
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,10 @@
padding: 0;
}

.v-treeview.hide-disabled-selection .v-treeview-node__checkbox.v-icon--disabled {
visibility: hidden;
}

.v-data-table table {
table-layout: fixed;
}
Expand Down

0 comments on commit 5ea3159

Please sign in to comment.