Skip to content

Commit

Permalink
docs: fix typo on focus-visible page (#36945)
Browse files Browse the repository at this point in the history
  • Loading branch information
stplva authored Nov 26, 2024
1 parent d345372 commit 474c28a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/en-us/web/css/_colon_focus-visible/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ This example presents three pairs of controls. Each pair consists of a [`text`](

- The first pair does not add any custom styles for focus states, and shows the default case.
- The second pair adds styles using the `:focus` pseudo-class.
- The third pair add styles using the `:focus-visible` pseudo-class.
- The third pair adds styles using the `:focus-visible` pseudo-class.

```html
<input type="text" value="Default styles" /><br />
Expand Down

0 comments on commit 474c28a

Please sign in to comment.