💄 Use theme border for drag operations

This commit is contained in:
mathieu.brunot 2019-02-21 22:32:52 +01:00
parent 3f224ce47b
commit 6439d64b72
No known key found for this signature in database
GPG key ID: 81584BEAF692D7E0
2 changed files with 4 additions and 4 deletions

View file

@ -243,11 +243,11 @@
} }
&.drag-top { &.drag-top {
border-top: 40px solid $color-gray-lighter !important; border-top: 40px solid $soft-ui-border !important;
} }
&.drag-bottom { &.drag-bottom {
border-bottom: 40px solid $color-gray-lighter !important; border-bottom: 40px solid $soft-ui-border !important;
} }
&.drag-inside { &.drag-inside {

View file

@ -270,11 +270,11 @@
} }
&.drag-top { &.drag-top {
border-top: 40px solid $color-gray-lighter !important; border-top: 40px solid $soft-ui-border !important;
} }
&.drag-bottom { &.drag-bottom {
border-bottom: 40px solid $color-gray-lighter !important; border-bottom: 40px solid $soft-ui-border !important;
} }
&.drag-inside { &.drag-inside {