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 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
8
8
--docusaurus-highlighted-code-line-bg : rgb (100 100 100 );
9
9
}
10
10
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
-
18
11
.openapi-explorer__code-block-code-line {
19
12
display : table-row ;
20
13
counter-increment : line- count;
@@ -36,11 +29,6 @@ the background in custom CSS file due bug https://github.com/facebook/docusaurus
36
29
opacity : 0.4 ;
37
30
}
38
31
39
- :global(.theme-code-block-highlighted-line )
40
- .openapi-explorer__code-block-code-line-number ::before {
41
- opacity : 0.8 ;
42
- }
43
-
44
32
.openapi-explorer__code-block-code-line-number {
45
33
padding-right : var (--ifm-pre-padding );
46
34
}
You can’t perform that action at this time.
0 commit comments