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:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-05 00:40:22 +0300
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-05 00:40:22 +0300
commitfb7cdf105880bc342e659710530990b528ef64dc (patch)
tree014da22cbafe8a59976f805559f0f3d4bb076151 /app/assets/stylesheets/pages/labels.scss
parent37d43fa9095a43f7610428b2912515ef2e635b54 (diff)
removed darkening hover state and animation color labels
Diffstat (limited to 'app/assets/stylesheets/pages/labels.scss')
-rw-r--r--app/assets/stylesheets/pages/labels.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/app/assets/stylesheets/pages/labels.scss b/app/assets/stylesheets/pages/labels.scss
index 689de841cbd..91073a7093b 100644
--- a/app/assets/stylesheets/pages/labels.scss
+++ b/app/assets/stylesheets/pages/labels.scss
@@ -106,10 +106,6 @@
.color-label {
padding: 3px 7px;
border-radius: $label-border-radius;
-
- &:hover {
- box-shadow: inset 0 0 0 80px $label-remove-border;
- }
}
.dropdown-labels-error {