Skip to content

Commit 00cd302

Browse files
author
rakeshAlgo
committed
Fix Eslint error
1 parent d301a98 commit 00cd302

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

src/css/clipboard.css

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ a.copy-code-button:hover {
6363
color: var(--color-brand-gray4);
6464
}
6565

66-
6766
.copy-code-button:hover::after {
6867
content: attr(data-title);
6968
color: var("--color-brand-gray4");
@@ -101,7 +100,6 @@ a.copy-code-button:hover {
101100
left: auto;
102101
}
103102

104-
105103
.doc .listingblock code[data-lang] + .source-type-box {
106104
position: absolute;
107105
top: 0;
@@ -156,4 +154,4 @@ a.copy-code-button:hover {
156154
code.language-console.hljs.shell {
157155
white-space: nowrap;
158156
overflow-x: auto;
159-
}
157+
}

src/css/doc.css

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -574,9 +574,6 @@
574574
}
575575
576576
*/
577-
578-
579-
580577
.doc .dlist {
581578
margin: 1.5rem 0;
582579
}

0 commit comments

Comments
 (0)