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