Skip to content

Commit 3644155

Browse files
committed
Added comment for CSS context
1 parent 35b855e commit 3644155

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/PerformanceDashboard/WebVitals.svelte

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,7 @@
8888
</main>
8989

9090
<style>
91-
.invisible {
92-
display: none;
93-
}
94-
91+
/* Below code applies only to web vitals rating color */
9592
.g, .n, .p {
9693
font-weight: bold;
9794
}
@@ -107,6 +104,7 @@
107104
.p {
108105
color: rgb(240, 38, 38);
109106
}
107+
/* Above code applies only to web vitals rating color */
110108
111109
.web-vitals-parent-container {
112110
display: flex;

0 commit comments

Comments
 (0)