Skip to content

Commit 1c39f62

Browse files
authored
Remove unused global selector and class name selector (#1031)
1 parent afa9937 commit 1c39f62

File tree

1 file changed

+0
-12
lines changed
  • packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/ApiCodeBlock/Line

1 file changed

+0
-12
lines changed

packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/ApiCodeBlock/Line/_Line.scss

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,6 @@ the background in custom CSS file due bug https://github.com/facebook/docusaurus
88
--docusaurus-highlighted-code-line-bg: rgb(100 100 100);
99
}
1010

11-
.theme-code-block-highlighted-line {
12-
background-color: var(--docusaurus-highlighted-code-line-bg);
13-
display: block;
14-
margin: 0 calc(-1 * var(--ifm-pre-padding));
15-
padding: 0 var(--ifm-pre-padding);
16-
}
17-
1811
.openapi-explorer__code-block-code-line {
1912
display: table-row;
2013
counter-increment: line-count;
@@ -36,11 +29,6 @@ the background in custom CSS file due bug https://github.com/facebook/docusaurus
3629
opacity: 0.4;
3730
}
3831

39-
:global(.theme-code-block-highlighted-line)
40-
.openapi-explorer__code-block-code-line-number::before {
41-
opacity: 0.8;
42-
}
43-
4432
.openapi-explorer__code-block-code-line-number {
4533
padding-right: var(--ifm-pre-padding);
4634
}

0 commit comments

Comments
 (0)