readd missing text-primary. remove unused svg styles

This commit is contained in:
Simon Knox 2017-11-23 16:07:13 +11:00
parent 8ccce94ee8
commit f19a5e6dc2
2 changed files with 5 additions and 6 deletions

View file

@ -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;

View file

@ -780,12 +780,6 @@ ul.notes {
}
}
svg {
fill: currentColor;
height: 16px;
width: 16px;
}
.loading {
margin: 0;
height: auto;