diff options
| author | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-01-18 00:03:58 +0000 |
|---|---|---|
| committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2018-01-18 00:03:58 +0000 |
| commit | a4eb71dcfabbb27df1d4461cbb924ff1a4c3b1b8 (patch) | |
| tree | 8ba53ee7280cf065c72a79a7f83fe530e0435b68 | |
| parent | f04b2b91e6dfab005e59562f196546fd2930d0c6 (diff) | |
| parent | eaab545903749f88371bcf0b2bf4293189fc8a6e (diff) | |
| download | gitlab-ce-a4eb71dcfabbb27df1d4461cbb924ff1a4c3b1b8.tar.gz | |
Merge branch '41743-unused-selectors-for-cycle-analytics' into 'master'
Remove unused CSS selectors for Cycle Analytics (between 1st iteration and 2nd iteration)
Closes #41743
See merge request gitlab-org/gitlab-ce!16270
| -rw-r--r-- | app/assets/stylesheets/pages/cycle_analytics.scss | 41 | ||||
| -rw-r--r-- | changelogs/unreleased/41743-unused-selectors-for-cycle-analytics.yml | 5 |
2 files changed, 5 insertions, 41 deletions
diff --git a/app/assets/stylesheets/pages/cycle_analytics.scss b/app/assets/stylesheets/pages/cycle_analytics.scss index 3b35beb7695..cfef6476d4d 100644 --- a/app/assets/stylesheets/pages/cycle_analytics.scss +++ b/app/assets/stylesheets/pages/cycle_analytics.scss @@ -117,47 +117,6 @@ top: $gl-padding-top; } - .content-list { - li { - padding: 18px $gl-padding $gl-padding; - - .container-fluid { - padding: 0; - } - } - - .title-col { - p { - margin: 0; - - &.title { - line-height: 19px; - font-size: 14px; - font-weight: $gl-font-weight-bold; - color: $gl-text-color; - } - - &.text { - color: $layout-link-gray; - - &.value-col { - color: $gl-text-color; - } - } - } - } - - .value-col { - text-align: right; - - span { - position: relative; - vertical-align: middle; - top: 3px; - } - } - } - .fa-spinner { font-size: 28px; position: relative; diff --git a/changelogs/unreleased/41743-unused-selectors-for-cycle-analytics.yml b/changelogs/unreleased/41743-unused-selectors-for-cycle-analytics.yml new file mode 100644 index 00000000000..03060c357fe --- /dev/null +++ b/changelogs/unreleased/41743-unused-selectors-for-cycle-analytics.yml @@ -0,0 +1,5 @@ +--- +title: Remove unused CSS selectors for Cycle Analytics +merge_request: 16270 +author: Takuya Noguchi +type: other |
