We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
:is()
mocha.css
1 parent 1173da0 commit 0a24b58Copy full SHA for 0a24b58
mocha.css
@@ -349,7 +349,8 @@ body {
349
padding: 0;
350
}
351
352
-#mocha-stats :is(.progress-element, .progress-text) {
+#mocha-stats .progress-element,
353
+#mocha-stats .progress-text {
354
width: var(--ring-container-size);
355
display: block;
356
top: 12px;
@@ -374,7 +375,8 @@ body {
374
375
height: var(--ring-container-size);
376
377
-#mocha-stats :is(.ring-flatlight, .ring-highlight) {
378
+#mocha-stats .ring-flatlight,
379
+#mocha-stats .ring-highlight {
380
--stroke-thickness: 1.65px;
381
--center: calc(var(--ring-container-size) / 2);
382
cx: var(--center);
0 commit comments