Add border to "other" label items
This commit is contained in:
parent
e38af20cc6
commit
1943ecd325
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue