File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed
packages/docusaurus-theme-openapi-docs/src/theme/ApiExplorer/ApiCodeBlock/Line Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments