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 d301a98 commit 00cd302Copy full SHA for 00cd302
src/css/clipboard.css
@@ -63,7 +63,6 @@ a.copy-code-button:hover {
63
color: var(--color-brand-gray4);
64
}
65
66
-
67
.copy-code-button:hover::after {
68
content: attr(data-title);
69
color: var("--color-brand-gray4");
@@ -101,7 +100,6 @@ a.copy-code-button:hover {
101
100
left: auto;
102
103
104
105
.doc .listingblock code[data-lang] + .source-type-box {
106
position: absolute;
107
top: 0;
@@ -156,4 +154,4 @@ a.copy-code-button:hover {
156
154
code.language-console.hljs.shell {
157
155
white-space: nowrap;
158
overflow-x: auto;
159
-}
+}
src/css/doc.css
@@ -574,9 +574,6 @@
574
575
576
*/
577
578
579
580
.doc .dlist {
581
margin: 1.5rem 0;
582
0 commit comments