Merge branch 'hide-grey-specs' of https://github.com/SamFare/jasmine into SamFare-hide-grey-specs

- Merges #1561 from @SamFare
This commit is contained in:
Gregg Van Hove
2018-05-23 17:14:53 -07:00
9 changed files with 162 additions and 7 deletions

View File

@@ -135,7 +135,7 @@ body {
}
}
&.jasmine-excluded {
&.jasmine-excluded {
font-size: 14px;
&:before {
@@ -144,6 +144,11 @@ body {
}
}
&.jasmine-excluded-no-display {
font-size: 14px;
display: none;
}
&.jasmine-pending {
line-height: 17px;
&:before {
@@ -294,7 +299,7 @@ body {
&.jasmine-excluded a {
color: $neutral-color;
}
}
}
}