fix(theme-classic): add outline to focused code blocks (#6121)

* fix(theme-classic): add outline to focused code blocks

* refactor: remove opacity
This commit is contained in:
Christopher Klint 2021-12-18 02:07:17 +01:00 committed by GitHub
parent fa3926e2a1
commit 8f18cbbeb3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {