Skip to content

Remove unused global selector #1031

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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);
}
Loading