Skip to content

Commit 4b87755

Browse files
committed
Replace #222 with #333
Signed-off-by: Julius Haertl <jus@bitgrid.net>
1 parent aa2c4d1 commit 4b87755

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

core/css/inputs.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ input {
283283
&:checked:disabled + label:before {
284284
box-shadow: inset 0px 0px 0px 2px $color-main-text;
285285
border-color: $color-main-old-666666;
286-
background-color: $color-main-old-222222;
286+
background-color: $color-main-old-333333;
287287
}
288288
}
289289
&.checkbox--white {
@@ -345,7 +345,7 @@ input {
345345
padding: 12px;
346346
background-color: $color-main-background;
347347
cursor: pointer;
348-
color: $color-main-old-222222;
348+
color: $color-main-old-333333;
349349
}
350350
.select2-result {
351351
&.select2-selected {

core/css/variables.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ $color-main-old-888888: #888;
3434
$color-main-old-777777: #777;
3535
$color-main-old-666666: #666;
3636
$color-main-old-555555: #555;
37-
$color-main-old-222222: #222;
37+
$color-main-old-333333: #222;
3838
$color-main-old-333333: #333333;
3939

4040
// warning color (.exception class) not sure where it exists

0 commit comments

Comments
 (0)