summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/pages
diff options
context:
space:
mode:
authorAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-04 13:59:57 -0500
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2016-10-10 10:48:50 -0500
commitc2deaa7e0db808abad86e87bac9524784b02e602 (patch)
tree7ea557b61da2e8343e5a95429751e65554b1bea4 /app/assets/stylesheets/pages
parent5defad2d21b6481c07fb4a77f0a56ed7c19ff899 (diff)
downloadgitlab-ce-c2deaa7e0db808abad86e87bac9524784b02e602.tar.gz
Move hidden class to graph itself; remove background color from play node & align icon
Diffstat (limited to 'app/assets/stylesheets/pages')
-rw-r--r--app/assets/stylesheets/pages/pipelines.scss5
1 files changed, 2 insertions, 3 deletions
diff --git a/app/assets/stylesheets/pages/pipelines.scss b/app/assets/stylesheets/pages/pipelines.scss
index f4211ea3b2d..4e53c9765df 100644
--- a/app/assets/stylesheets/pages/pipelines.scss
+++ b/app/assets/stylesheets/pages/pipelines.scss
@@ -359,11 +359,10 @@
}
&.playable {
- background-color: $gray-light;
svg {
- height: 12px;
- width: 12px;
+ height: 13px;
+ width: 20px;
position: relative;
top: 1px;