Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss4
1 files changed, 1 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 15d4a0fec9a..29f2d15008b 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -91,12 +91,10 @@
.prioritized-labels:not(.is-not-draggable) & {
cursor: grab;
- border: 1px solid transparent;
&:hover,
&:focus-within {
- background-color: $white;
- border-color: $gray-50;
+ background-color: $blue-50;
}
&:active {