DEV: Fix dark-mode qunit "skipped" test color (#31327)

This commit is contained in:
Jarek Radosz 2025-02-13 04:27:12 +01:00 committed by GitHub
parent 97d030e864
commit c3109f2ddd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -102,6 +102,10 @@ body {
color: #ddd; color: #ddd;
} }
#qunit-tests .skipped {
background-color: #1a1b18;
}
ol.qunit-assert-list > li > table > tbody, ol.qunit-assert-list > li > table > tbody,
tr.test-expected, tr.test-expected,
tr.test-actual, tr.test-actual,