File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
apify-docs-theme/src/theme Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -1571,20 +1571,20 @@ html[data-theme='dark'] .runnable-code-block svg .apify-logo {
15711571 overflow : hidden;
15721572 border : 1px solid var (--color-neutral-border );
15731573 box-shadow : none !important ;
1574- }
15751574
1576- .codeBlockTitle_node_modules-\@docusaurus-theme-classic-lib-theme-CodeBlock-Content-styles-module {
1577- border-bottom : 1px solid var (--color-neutral-border ) !important ;
1578- background : var (--color-neutral-background-subtle );
1579- }
1575+ div [class ^= "codeBlockTitle" ]{
1576+ border-bottom : 1px solid var (--color-neutral-border ) !important ;
1577+ background : var (--color-neutral-background-subtle );
1578+ }
1579+
1580+ div [class ^= "buttonGroup" ] button {
1581+ opacity : 1 !important ;
15801582
1581- .buttonGroup_node_modules-\@docusaurus-theme-classic-lib-theme-CodeBlock-Content-styles-module {
1582- button {
15831583 & [title = "Toggle word wrap" ] {
15841584 display : none;
15851585 }
1586- opacity : 1 !important ;
15871586 }
1587+
15881588}
15891589
15901590.redocusaurus table code {
You can’t perform that action at this time.
0 commit comments