summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages/cycle_analytics.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/stylesheets/pages/cycle_analytics.scss')
-rw-r--r--app/assets/stylesheets/pages/cycle_analytics.scss14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/assets/stylesheets/pages/cycle_analytics.scss b/app/assets/stylesheets/pages/cycle_analytics.scss
index c504c7c99b6..e20711a193d 100644
--- a/app/assets/stylesheets/pages/cycle_analytics.scss
+++ b/app/assets/stylesheets/pages/cycle_analytics.scss
@@ -145,7 +145,6 @@
.stage-nav-item {
line-height: 65px;
- border: 1px solid $border-color;
&.active {
background: $blue-50;
@@ -172,19 +171,6 @@
color: $gl-text-color-secondary;
}
}
-
- // EE-specific start
- .stage-ghost.stage-nav-item {
- border: dashed 1px $border-color;
-
- &.active {
- font-weight: bold;
- background: $blue-50;
- border: solid 1px $blue-300;
- box-shadow: inset 4px 0 0 0 $blue-500;
- }
- }
- // EE-specific end
}
.stage-panel-container {