Skip to content

Commit

Permalink
report(pwa): properly hide n/a gauge when it's n/a (#8872)
Browse files Browse the repository at this point in the history
  • Loading branch information
exterkamp authored and brendankenny committed May 6, 2019
1 parent 2a354e4 commit b92ceea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lighthouse-core/report/html/templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,7 @@
display: inline;
}
/* Just optimized. Same n/a line as no passing groups. */
.lh-gauge--pwa__wrapper.lh-badged--pwa-optimized .lh-gauge--pwa__na-line {
.lh-gauge--pwa__wrapper.lh-badged--pwa-optimized:not(.lh-badged--pwa-installable):not(.lh-badged--pwa-fast-reliable) .lh-gauge--pwa__na-line {
display: inline;
}

Expand Down

0 comments on commit b92ceea

Please sign in to comment.