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.
1 parent c93eb9f commit 13769f2Copy full SHA for 13769f2
1 file changed
.vitepress/theme/style.css
@@ -749,6 +749,19 @@ a.func-ref:hover {
749
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
750
z-index: 100;
751
pointer-events: none;
752
+ user-select: none;
753
+
754
+ /* Reset inherited styles */
755
+ text-align: left;
756
+ text-decoration: none;
757
+ text-shadow: none;
758
+ text-indent: 0;
759
+ text-transform: none;
760
+ letter-spacing: normal;
761
+ word-spacing: normal;
762
+ font-style: normal;
763
+ font-weight: normal;
764
+ color: var(--vp-c-text-1);
765
}
766
767
.func-ref-tooltip.is-visible {
0 commit comments