Commit 3f230455 authored by Annabel Dunstone Gray's avatar Annabel Dunstone Gray

Merge branch 'winh-cycle-analytics-dropdown-style' into 'master'

Make time span dropdown style on cycle analytics page consistent

See merge request !13183
parents c7583e72 08ea9572
...@@ -110,6 +110,10 @@ ...@@ -110,6 +110,10 @@
.js-ca-dropdown { .js-ca-dropdown {
top: $gl-padding-top; top: $gl-padding-top;
.dropdown-menu-align-right {
margin-top: 2px;
}
} }
.content-list { .content-list {
...@@ -442,6 +446,24 @@ ...@@ -442,6 +446,24 @@
margin-bottom: 20px; margin-bottom: 20px;
} }
} }
// TODO: fallback to global style
.dropdown-menu {
li {
padding: 0 1px;
a {
border-radius: 0;
padding: 8px 16px;
&:hover,
&:active,
&:focus {
background-color: $gray-darker;
}
}
}
}
} }
.cycle-analytics-overview { .cycle-analytics-overview {
......
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