mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
fix(theme-classic): properly highlight code block line numbers (#7341)
This commit is contained in:
parent
8f80f6c0b2
commit
49a9f0345c
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ the background in custom CSS file due bug https://github.com/facebook/docusaurus
|
|||
opacity: 0.4;
|
||||
}
|
||||
|
||||
.highlightedCodeLine .codeLineNumber::before {
|
||||
:global(.theme-code-block-highlighted-line) .codeLineNumber::before {
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue