Skip to content

Commit

Permalink
remove unused styles
Browse files Browse the repository at this point in the history
  • Loading branch information
claviska committed Nov 12, 2021
1 parent 11f7bf2 commit a923d1e
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions docs/assets/plugins/code-block/code-block.css
Original file line number Diff line number Diff line change
Expand Up @@ -226,14 +226,3 @@ body.flavor-html [data-flavor]:not([data-flavor='html']) {
body.flavor-react [data-flavor]:not([data-flavor='react']) {
display: none;
}

/*
.code-block--expanded.code-block--show-html .code-block__source--html,
.code-block--expanded.code-block--show-react .code-block__source--react,
When a code block is expanded but doesn't have a React example, force the HTML example to show
.code-block--expanded:not(.code-block--has-react) .code-block__source--html {
display: block;
}
*/

0 comments on commit a923d1e

Please sign in to comment.