summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordimitrieh <dimitriehoekstra@gmail.com>2017-01-04 22:40:22 +0100
committerdimitrieh <dimitriehoekstra@gmail.com>2017-01-04 22:40:22 +0100
commitfb7cdf105880bc342e659710530990b528ef64dc (patch)
tree014da22cbafe8a59976f805559f0f3d4bb076151
parent37d43fa9095a43f7610428b2912515ef2e635b54 (diff)
downloadgitlab-ce-fb7cdf105880bc342e659710530990b528ef64dc.tar.gz
removed darkening hover state and animation color labels
-rw-r--r--app/assets/stylesheets/framework/animations.scss4
-rw-r--r--app/assets/stylesheets/pages/labels.scss4
2 files changed, 0 insertions, 8 deletions
diff --git a/app/assets/stylesheets/framework/animations.scss b/app/assets/stylesheets/framework/animations.scss
index 2f7fda5cb21..ce8124d0a13 100644
--- a/app/assets/stylesheets/framework/animations.scss
+++ b/app/assets/stylesheets/framework/animations.scss
@@ -115,10 +115,6 @@ a {
@include transition(background-color, color, border);
}
-.color-label {
- @include transition(box-shadow);
-}
-
.tree-table td,
.well-list > li {
@include transition(background-color, border-color);
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 {