Skip to content

Commit d689703

Browse files
committed
Change outline:none to outline:0 to avoid obscure Opera CSS transition bug
1 parent b2e8ff5 commit d689703

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ a:focus {
3232

3333
a:hover,
3434
a:active {
35-
outline: none;
35+
outline: 0;
3636
}
3737

3838
a:hover,
@@ -164,4 +164,4 @@ p {
164164
.fork {
165165
display: none;
166166
}
167-
}
167+
}

0 commit comments

Comments
 (0)