Merge pull request #4348 from hashicorp/bugfix/last-healthcheck-icon

UI - CSS: don't assume the last item in the healthcheck listing is passing
This commit is contained in:
John Cowen 2018-07-11 09:55:05 +01:00 committed by GitHub
commit 1fe325fb81
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@
padding-left: 39px;
height: 31px;
}
%healthchecked-resource li:not(:last-child) strong,
%healthchecked-resource li:not(.passing) strong,
.healthy .healthchecked-resource li:only-child strong {
display: none;
}