Implemented hiding of disabled specs

This commit is contained in:
SamFare
2018-05-22 13:29:34 +01:00
parent ced2b114e4
commit 92d33c79c7
5 changed files with 123 additions and 5 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;
}
}
}
}