Skip to content
Snippets Groups Projects
Commit 1943ecd3 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Add border to "other" label items

parent e38af20c
No related branches found
No related tags found
1 merge request!10495Merge Requests - Assignee
Loading
Loading
@@ -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;
Loading
Loading
@@ -89,6 +90,7 @@
cursor: move;
cursor: -webkit-grab;
cursor: -moz-grab;
border: 0;
 
&:active {
cursor: -webkit-grabbing;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment