mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-04-28 04:01:36 -04:00
fix: add missing quote in checkbox selector (#64585)
This commit is contained in:
@@ -15,7 +15,7 @@ After doing so, since the checkbox won't be visible anymore, set a `border` with
|
||||
|
||||
# --hints--
|
||||
|
||||
You should add an `appearance` property to your `input[type="checkbox]` selector.
|
||||
You should add an `appearance` property to your `input[type="checkbox"]` selector.
|
||||
|
||||
```js
|
||||
assert.isNotEmpty(new __helpers.CSSHelp(document).getStyle('input[type="checkbox"]')?.appearance);
|
||||
|
||||
Reference in New Issue
Block a user