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.
1 parent 189ef24 commit 9b87773Copy full SHA for 9b87773
tests/installer/style.tcss
@@ -162,8 +162,8 @@ App.no-unicode ToggleButton .toggle--button {
162
}
163
164
ToggleButton.-on .toggle--button {
165
- color: #000060;
166
- background: #000060;
+ color: #00ff00;
+ background: #606060;
167
168
169
App.no-unicode ToggleButton.-on .toggle--button {
@@ -175,8 +175,8 @@ ToggleButton:focus .toggle--button {
175
176
177
ToggleButton.-on:focus .toggle--button {
178
- background: #0040a0;
179
- color: #0040a0;
180
181
182
ToggleButton:focus .toggle--label {
0 commit comments