Small styling fix of successful check summary

Change-Id: Ifc2839d5ec048162644552eefeed857602d06d6c
This commit is contained in:
Ben Rohlfs
2021-02-11 13:09:58 +01:00
parent 18f7373606
commit cf3aa0625b

View File

@@ -194,11 +194,11 @@ export class GrChecksChip extends GrLitElement {
.checksChip.info-outline iron-icon {
color: var(--info-foreground);
}
.checksChip.check-circle {
.checksChip.check-circle-outline {
border-color: var(--success-foreground);
background-color: var(--success-background);
}
.checksChip.check-circle iron-icon {
.checksChip.check-circle-outline iron-icon {
color: var(--success-foreground);
}
.checksChip.timelapse {