Add border to "other" label items

This commit is contained in:
Luke Bennett 2018-06-28 16:15:23 +00:00
parent e38af20cc6
commit 1943ecd325
1 changed files with 2 additions and 0 deletions

View File

@ -79,6 +79,7 @@
justify-content: space-between;
padding: $gl-padding;
border-radius: $border-radius-default;
border: 1px solid $theme-gray-100;
&.sortable-ghost {
opacity: 0.3;
@ -89,6 +90,7 @@
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
border: 0;
&:active {
cursor: -webkit-grabbing;