summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/variables.scss
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2017-01-04 11:48:48 +0000
committerAnnabel Dunstone Gray <annabel.dunstone@gmail.com>2017-01-05 10:01:50 -0600
commit043cc8196e41a3b44301f1ae093bb5cd6b4ebc82 (patch)
treedcac8812d01b2eac3021e87a898aec46714fd83a /app/assets/stylesheets/framework/variables.scss
parentd2608ce042ce6a112ccc26aef0a74d1a6ef40d7f (diff)
downloadgitlab-ce-043cc8196e41a3b44301f1ae093bb5cd6b4ebc82.tar.gz
Simplify HTML of mini pipeline graph and dropdown
Creates individual html for dropdown Adds simplified CSS for the new dropdown Removes old CSS Improves dropdown item in Chrome, Firefox and Safari Use SCSS variables for colors. Fix scss linter errors Adds animation when the stage is hovered. Adds back tooltip on dropdown toggle Fixes broken tests additional css changes to get more into direction of mockups
Diffstat (limited to 'app/assets/stylesheets/framework/variables.scss')
-rw-r--r--app/assets/stylesheets/framework/variables.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/variables.scss b/app/assets/stylesheets/framework/variables.scss
index 6595010d221..3e52c482ece 100644
--- a/app/assets/stylesheets/framework/variables.scss
+++ b/app/assets/stylesheets/framework/variables.scss
@@ -525,3 +525,4 @@ Pipeline Graph
*/
$stage-hover-bg: #eaf3fc;
$stage-hover-border: #d1e7fc;
+$action-icon-color: #d6d6d6;