Skip to content

Commit

Permalink
Merge 26a4a8f into ee546cf
Browse files Browse the repository at this point in the history
  • Loading branch information
fredkingham committed May 23, 2023
2 parents ee546cf + 26a4a8f commit f30f57e
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 11 deletions.
6 changes: 1 addition & 5 deletions elcid/assets/css/elcid.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@ body {
height: 100%;
}

.text-strong {
font-weight: bold;
}

.green {
color: #9cc96b;
}
Expand Down Expand Up @@ -609,4 +605,4 @@ div.add-isolate:hover {
}
.tb-stats td {
max-width: 150px;
}/*# sourceMappingURL=elcid.css.map */
}/*# sourceMappingURL=elcid.css.map */
2 changes: 1 addition & 1 deletion elcid/assets/css/elcid.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 0 additions & 4 deletions elcid/assets/css/elcid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ body{
height: calc(100%);
}

.text-strong{
font-weight: bold;
}

.green {
color: $green;
}
Expand Down
2 changes: 1 addition & 1 deletion plugins/tb/templates/partials/tb_tests.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
[[ culture[0].observation_datetime | displayDate ]]
[[ culture[0].site ]]
<div ng-class="{'text-muted': !observation.positive}" class="left-offset-20" ng-repeat="observation in culture">
<span ng-class="{'text-strong': observation.reported_recently && observation.positive}">
<span ng-class="{'bold': observation.reported_recently && observation.positive}">
[[ observation.reported_datetime | displayDate ]]
</span>

Expand Down

0 comments on commit f30f57e

Please sign in to comment.