We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c524072 + 6425474 commit 8da9998Copy full SHA for 8da9998
docs/.vuepress/theme/styles/typography.pcss
@@ -233,12 +233,15 @@
233
@apply text-sm float-left opacity-0;
234
font-size: 0.85em;
235
margin-left: -0.87em;
236
- padding-right: 0.23em;
237
margin-top: 0.125em;
238
239
&:hover {
240
@apply no-underline;
241
}
+
242
+ &:focus {
243
+ @apply opacity-100;
244
+ }
245
246
247
code,
0 commit comments