Commit 1c3c5c2b authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch 'fix-cycle-analytics-nav' into 'master'

CSS fixes on Cycle Analytics page

See merge request !8300
parents 21fb690c 64086f6a
...@@ -23,12 +23,12 @@ ...@@ -23,12 +23,12 @@
} }
.stage-header { .stage-header {
width: 28%; width: 26%;
padding-left: $gl-padding; padding-left: $gl-padding;
} }
.median-header { .median-header {
width: 12%; width: 14%;
} }
.event-header { .event-header {
...@@ -141,7 +141,7 @@ ...@@ -141,7 +141,7 @@
.dismiss-icon { .dismiss-icon {
position: absolute; position: absolute;
right: $cycle-analytics-dismiss-icon-color; right: $cycle-analytics-box-padding;
cursor: pointer; cursor: pointer;
color: $cycle-analytics-dismiss-icon-color; color: $cycle-analytics-dismiss-icon-color;
} }
...@@ -215,7 +215,6 @@ ...@@ -215,7 +215,6 @@
border-bottom: 1px solid transparent; border-bottom: 1px solid transparent;
border-right: 1px solid $border-color; border-right: 1px solid $border-color;
background-color: $gray-light; background-color: $gray-light;
cursor: default;
&.active { &.active {
background-color: transparent; background-color: transparent;
...@@ -247,11 +246,11 @@ ...@@ -247,11 +246,11 @@
float: left; float: left;
&.stage-name { &.stage-name {
width: 70%; width: 65%;
} }
&.stage-median { &.stage-median {
width: 30%; width: 35%;
} }
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment