diff options
author | ubudzisz <ubudzisz@gmail.com> | 2016-09-06 13:03:48 +0200 |
---|---|---|
committer | ubudzisz <ubudzisz@gmail.com> | 2016-09-06 14:42:43 +0200 |
commit | 651f4c8e9bae6d8e94dac02e51ef5c258c62aed0 (patch) | |
tree | d559128fd7cc9239f47fe74e2ebf9ec6df1477e4 /app | |
parent | 790d7cce968260b28e451483606c44ec340f6d80 (diff) | |
download | gitlab-ce-651f4c8e9bae6d8e94dac02e51ef5c258c62aed0.tar.gz |
remove css selectors
Diffstat (limited to 'app')
-rw-r--r-- | app/assets/stylesheets/framework/sidebar.scss | 11 | ||||
-rw-r--r-- | app/assets/stylesheets/pages/builds.scss | 10 |
2 files changed, 10 insertions, 11 deletions
diff --git a/app/assets/stylesheets/framework/sidebar.scss b/app/assets/stylesheets/framework/sidebar.scss index c5367c5a097..015fe3debf9 100644 --- a/app/assets/stylesheets/framework/sidebar.scss +++ b/app/assets/stylesheets/framework/sidebar.scss @@ -226,14 +226,3 @@ header.header-pinned-nav { .right-sidebar { border-left: 1px solid $border-color; } - -.js-build-variable { - color: $code-color; -} - -.js-build-value { - padding: 2px 4px; - font-size: 100%; - color: $black; - background-color: $white-light; -} diff --git a/app/assets/stylesheets/pages/builds.scss b/app/assets/stylesheets/pages/builds.scss index 23255f34710..614405aa5c1 100644 --- a/app/assets/stylesheets/pages/builds.scss +++ b/app/assets/stylesheets/pages/builds.scss @@ -115,6 +115,16 @@ width: 100%; } + .js-build-variable { + color: $code-color; + } + + .js-build-value { + padding: 2px 4px; + color: $black; + background-color: $white-light; + } + .build-sidebar-header { padding: 0 $gl-padding $gl-padding; |