mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: Fix dark-mode qunit "skipped" test color (#31327)
This commit is contained in:
parent
97d030e864
commit
c3109f2ddd
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user