Skip to content

Commit

Permalink
Tweak draggable and droppable
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbarrierwilson committed Oct 21, 2019
1 parent d164cd7 commit 478dbe5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/drag_and_drop/_draggable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
// @include euiBottomShadow;
// @include euiFocusRing;
}

&:not(.euiButton) {
border: $euiBorderThin;
box-shadow: none;
}
}
}

Expand Down
4 changes: 4 additions & 0 deletions src/components/drag_and_drop/_droppable.scss
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@

@include euiPanel('euiDroppable--withPanel');

.euiDroppable--withPanel {
border-radius: $euiBorderRadius * 2;
}

.euiDroppable--noGrow {
flex-grow: 0;
}
Expand Down

0 comments on commit 478dbe5

Please sign in to comment.