Skip to content

Commit

Permalink
Remove unused global selector and class name selector (#1031)
Browse files Browse the repository at this point in the history
  • Loading branch information
blindaa121 authored Dec 2, 2024
1 parent afa9937 commit 1c39f62
Showing 1 changed file with 0 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,6 @@ the background in custom CSS file due bug https://github.com/facebook/docusaurus
--docusaurus-highlighted-code-line-bg: rgb(100 100 100);
}

.theme-code-block-highlighted-line {
background-color: var(--docusaurus-highlighted-code-line-bg);
display: block;
margin: 0 calc(-1 * var(--ifm-pre-padding));
padding: 0 var(--ifm-pre-padding);
}

.openapi-explorer__code-block-code-line {
display: table-row;
counter-increment: line-count;
Expand All @@ -36,11 +29,6 @@ the background in custom CSS file due bug https://github.com/facebook/docusaurus
opacity: 0.4;
}

:global(.theme-code-block-highlighted-line)
.openapi-explorer__code-block-code-line-number::before {
opacity: 0.8;
}

.openapi-explorer__code-block-code-line-number {
padding-right: var(--ifm-pre-padding);
}

0 comments on commit 1c39f62

Please sign in to comment.