Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit 8584aef

Browse files
committed
Remove blue border around focused elements
1 parent 03bfee4 commit 8584aef

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/component/font.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ body {
44
-webkit-font-smoothing: antialiased;
55
}
66

7+
/* remove blue border around focused elements */
8+
9+
div:focus {
10+
outline: none;
11+
}
12+
713
/* Open Sans */
814

915
@font-face {

0 commit comments

Comments
 (0)