Fix priority label styling

This commit is contained in:
kolaente 2019-12-18 22:38:26 +01:00
parent ff0f078ee6
commit 6b7fe8ee47
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
2 changed files with 19 additions and 11 deletions

View file

@ -142,14 +142,3 @@
}
}
.high-priority{
color: $red;
.icon {
vertical-align: middle;
}
&.not-so-high {
color: $orange;
}
}