summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Knox <psimyn@gmail.com>2017-11-23 16:07:13 +1100
committerSimon Knox <psimyn@gmail.com>2017-11-23 17:49:50 +1100
commitf19a5e6dc27935c4fed5e736152105a363f5a8f8 (patch)
treef4eb621cff7b973f96a7ae80e304bf94fe032dec
parent8ccce94ee8929ccc28ea6d15568e1bc979b18291 (diff)
downloadgitlab-ce-f19a5e6dc27935c4fed5e736152105a363f5a8f8.tar.gz
readd missing text-primary. remove unused svg styles
-rw-r--r--app/assets/stylesheets/framework/common.scss5
-rw-r--r--app/assets/stylesheets/pages/notes.scss6
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;