Commit 595ff27
authored
fix(custom-theme): Remove duplicate .customTheme selectors (@Leonabcd123) (monkeytypegame#7120)
### Description
Removed duplicate `.customTheme` selectors to make:
```
$(`.pageSettings .tabContent.customTheme #${color}[type='color']`).attr(
"value"
)
```
Select the custom theme data inputs successfully.
Closes monkeytypegame#7121
Closes monkeytypegame#71221 parent 13d7752 commit 595ff27
2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
34 | | - | |
35 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1133 | 1133 | | |
1134 | 1134 | | |
1135 | 1135 | | |
1136 | | - | |
| 1136 | + | |
1137 | 1137 | | |
1138 | 1138 | | |
1139 | 1139 | | |
| |||
0 commit comments