Skip to content

Commit f95f96e

Browse files
committed
Satisfy codefactor rule.
1 parent d0935e3 commit f95f96e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/with-abortcontroller/src/index.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ button {
1515
padding: 10px 20px;
1616
font-size: 0.9em;
1717
font-weight: bold;
18-
outline: 0;
1918
text-transform: uppercase;
2019
}
20+
21+
button:focus {
22+
outline: 0;
23+
}

0 commit comments

Comments
 (0)