Skip to content

Commit bf1f926

Browse files
committed
Remove outline from the adminbar on the frontend
1 parent 5d3de27 commit bf1f926

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/wp-includes/css/admin-bar.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,10 @@ html:lang(he-il) .rtl #wpadminbar * {
6363
box-shadow: none;
6464
}
6565

66+
#wpadminbar a {
67+
outline: 0;
68+
}
69+
6670
#wpadminbar a:focus,
6771
#wpadminbar a:active,
6872
#wpadminbar input[type="text"],

0 commit comments

Comments
 (0)