Skip to content

Commit

Permalink
#8728 prototype
Browse files Browse the repository at this point in the history
  • Loading branch information
driskull committed Feb 12, 2024
1 parent 80f6dad commit f450be1
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 802 deletions.
6 changes: 2 additions & 4 deletions packages/calcite-components/src/assets/styles/_sortable.scss
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
@mixin sortable-helper-classes() {
.calcite-sortable--chosen,
.calcite-sortable--ghost,
.calcite-sortable--drag {
overflow: hidden;
.calcite-sortable--ghost {
@apply relative overflow-hidden;
}

.calcite-sortable--ghost::before {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@apply flex flex-col;
--calcite-list-item-icon-color: theme("colors.brand");
--calcite-list-item-spacing-indent: theme("spacing.4");
padding-block: 10px;
}

:host([filter-hidden]) {
Expand Down
Loading

0 comments on commit f450be1

Please sign in to comment.