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 b378e33 commit 677bf66Copy full SHA for 677bf66
.vitepress/theme/styles/inline-demo.css
@@ -1,3 +1,21 @@
1
+.vt-doc a[href^="https://sfc.vuejs.org"]:before {
2
+ content: "▶";
3
+ width: 20px;
4
+ height: 20px;
5
+ display: inline-block;
6
+ border-radius: 10px;
7
+ vertical-align: middle;
8
+ position: relative;
9
+ top: -2px;
10
+ color: var(--vt-c-green);
11
+ border: 2px solid var(--vt-c-green);
12
+ margin-right: 8px;
13
+ margin-left: 4px;
14
+ line-height: 16px;
15
+ padding-left: 4px;
16
+ font-size: 11px;
17
+}
18
+
19
.demo {
20
transition: border-color 0.5s;
21
padding: 22px 24px;
.vitepress/theme/styles/pages.css
@@ -1,3 +1,4 @@
+/* always show anchors on /api/ and /style-guide/ pages */
.vt-doc.api h2 .header-anchor,
.vt-doc.style-guide h2 .header-anchor {
opacity: 1;
0 commit comments