Commit 31a98081 authored by Fatih Acet's avatar Fatih Acet

Merge branch 'other-label-items-border' into 'master'

Add border to "other" label items

See merge request gitlab-org/gitlab-ce!20250
parents 3c0ff4dd 1943ecd3
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment