[go: nahoru, domu]

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

report: update error icons #15092

Merged
merged 11 commits into from
May 22, 2023
Prev Previous commit
Next Next commit
report: remove useless rules
  • Loading branch information
tannerdolby committed May 19, 2023
commit 3c010f1f3a05c032df32fad9972fada0715e67f1
12 changes: 0 additions & 12 deletions report/assets/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -580,18 +580,6 @@
top: var(--score-container-padding);
}

.lh-sticky-header .lh-gauge__wrapper--fail .lh-gauge--error {
height: calc(var(--score-icon-size) * 3.25);
background-position: center;
top: calc(var(--score-container-padding) / 2);
}

.lh-gauge__wrapper--fail:not([href]) .lh-gauge--error {
background-image: var(--error-icon-url);
background-repeat: no-repeat;
background-position: center;
}

.lh-audit--manual .lh-audit__display-text,
.lh-audit--notapplicable .lh-audit__display-text {
color: var(--color-gray-600);
Expand Down
2 changes: 1 addition & 1 deletion report/renderer/components.js

Large diffs are not rendered by default.

Loading