Skip to content

Commit

Permalink
fix(theme-classic): add outline to focused code blocks (#6121)
Browse files Browse the repository at this point in the history
* fix(theme-classic): add outline to focused code blocks

* refactor: remove opacity
  • Loading branch information
christopherklint97 committed Dec 18, 2021
1 parent fa3926e commit 8f18cbb
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
margin-bottom: var(--ifm-leading);
border-radius: var(--ifm-global-radius);
box-shadow: var(--ifm-global-shadow-lw);
overflow: hidden;
}

.codeBlockContent {
Expand Down

0 comments on commit 8f18cbb

Please sign in to comment.