Skip to content

Commit 65b8bad

Browse files
committed
Add focus outline to voting button
1 parent f975043 commit 65b8bad

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

docs/.vuepress/theme/components/PageFooter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@
8383
}
8484
8585
&:focus {
86-
@apply outline-none;
86+
outline: var(--custom-focus-outline);
8787
}
8888
8989
&:hover {

docs/.vuepress/theme/components/RightBar.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export default {
4949
@apply w-64 absolute right-0 top-0 bottom-0 hidden;
5050
5151
.sidebar-heading {
52-
@apply text-xs mx-0 p-1 tracking-wide uppercase;
52+
@apply text-xs mx-0 tracking-wide uppercase;
5353
padding: 0.35rem 0;
5454
border-left: none;
5555
}

docs/.vuepress/theme/styles/base.pcss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,4 +111,4 @@ img {
111111
a {
112112
outline-offset: -2px;
113113
}
114-
}
114+
}

0 commit comments

Comments
 (0)