summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 {