Skip to content

Commit 9b87773

Browse files
committed
Fixed checkbox css on utf terminals
1 parent 189ef24 commit 9b87773

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tests/installer/style.tcss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,8 +162,8 @@ App.no-unicode ToggleButton .toggle--button {
162162
}
163163

164164
ToggleButton.-on .toggle--button {
165-
color: #000060;
166-
background: #000060;
165+
color: #00ff00;
166+
background: #606060;
167167
}
168168

169169
App.no-unicode ToggleButton.-on .toggle--button {
@@ -175,8 +175,8 @@ ToggleButton:focus .toggle--button {
175175
}
176176

177177
ToggleButton.-on:focus .toggle--button {
178-
background: #0040a0;
179-
color: #0040a0;
178+
background: #606060;
179+
color: #00ff00;
180180
}
181181

182182
ToggleButton:focus .toggle--label {

0 commit comments

Comments
 (0)