Skip to content

Commit a13bbd3

Browse files
authored
docs: improve title accessibility (element-plus#23139)
1 parent 08af2e0 commit a13bbd3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/.vitepress/vitepress/styles/base.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ h4:focus .header-anchor,
8989
h5:hover .header-anchor,
9090
h5:focus .header-anchor,
9191
h6:hover .header-anchor,
92-
h6:focus .header-anchor {
92+
h6:focus .header-anchor,
93+
.header-anchor:focus {
9394
opacity: 1;
9495
}
9596

0 commit comments

Comments
 (0)