From f19a5e6dc27935c4fed5e736152105a363f5a8f8 Mon Sep 17 00:00:00 2001 From: Simon Knox Date: Thu, 23 Nov 2017 16:07:13 +1100 Subject: readd missing text-primary. remove unused svg styles --- app/assets/stylesheets/framework/common.scss | 5 +++++ app/assets/stylesheets/pages/notes.scss | 6 ------ 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/assets/stylesheets/framework/common.scss b/app/assets/stylesheets/framework/common.scss index 6746cd35950..6baff110187 100644 --- a/app/assets/stylesheets/framework/common.scss +++ b/app/assets/stylesheets/framework/common.scss @@ -13,6 +13,11 @@ color: $gl-text-color-secondary; } +.text-primary, +.text-primary:hover { + color: $brand-primary; +} + .text-success, .text-success:hover { color: $brand-success; diff --git a/app/assets/stylesheets/pages/notes.scss b/app/assets/stylesheets/pages/notes.scss index 2461b818219..9d5930e3966 100644 --- a/app/assets/stylesheets/pages/notes.scss +++ b/app/assets/stylesheets/pages/notes.scss @@ -780,12 +780,6 @@ ul.notes { } } - svg { - fill: currentColor; - height: 16px; - width: 16px; - } - .loading { margin: 0; height: auto; -- cgit v1.2.1