remove unused styles

pull/590/head
Cory LaViska 2021-11-12 12:03:19 -05:00
rodzic 11f7bf2bb1
commit a923d1effc
1 zmienionych plików z 0 dodań i 11 usunięć

Wyświetl plik

@ -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;
}
*/