mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 19:53:53 -06:00
DEV: QUnit CSS tweaks (#24180)
1. Prevent a white background flash 2. Dark-mode support for two more inputs
This commit is contained in:
parent
231e02446b
commit
1c8eaa9390
@ -1,3 +1,7 @@
|
||||
body {
|
||||
background: unset !important;
|
||||
}
|
||||
|
||||
#ember-testing-container {
|
||||
position: fixed;
|
||||
background: #fff;
|
||||
@ -53,7 +57,8 @@
|
||||
}
|
||||
|
||||
#qunit-filter-input,
|
||||
#qunit-urlconfig-qunit_single_plugin {
|
||||
#qunit-urlconfig-qunit_single_plugin,
|
||||
#qunit-urlconfig-target {
|
||||
background-color: var(--primary);
|
||||
border: 1px solid var(--secondary-medium);
|
||||
color: var(--secondary);
|
||||
@ -136,4 +141,15 @@
|
||||
#ember-testing {
|
||||
background: #000;
|
||||
}
|
||||
|
||||
#qunit-modulefilter-dropdown {
|
||||
background-color: var(--primary);
|
||||
border: 1px solid var(--secondary-medium);
|
||||
color: var(--secondary);
|
||||
|
||||
.clickable:hover {
|
||||
background-color: #222;
|
||||
color: #f8f8f8;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user