Commit f19a5e6d authored by Simon Knox's avatar Simon Knox

readd missing text-primary. remove unused svg styles

parent 8ccce94e
...@@ -13,6 +13,11 @@ ...@@ -13,6 +13,11 @@
color: $gl-text-color-secondary; color: $gl-text-color-secondary;
} }
.text-primary,
.text-primary:hover {
color: $brand-primary;
}
.text-success, .text-success,
.text-success:hover { .text-success:hover {
color: $brand-success; color: $brand-success;
......
...@@ -780,12 +780,6 @@ ul.notes { ...@@ -780,12 +780,6 @@ ul.notes {
} }
} }
svg {
fill: currentColor;
height: 16px;
width: 16px;
}
.loading { .loading {
margin: 0; margin: 0;
height: auto; height: auto;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment