Revert "UX: Inline code block edit (#16394)" (#16404)

This reverts commit 11abb50cf7.

Styling change is still under discussion
This commit is contained in:
Sam 2022-04-07 09:21:23 +10:00 committed by GitHub
parent 2f7a307237
commit d4e4f32f35
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 4 deletions

View File

@ -119,10 +119,8 @@ github.com style (c) Vasily Polovnyov <vast@whiteants.net>
p > code,
li > code,
pre > code {
color: var(--danger);
background: var(--secondary-very-high);
padding: 3px 5px 2px 5px;
border-radius: 5px;
color: var(--primary-very-high);
background: var(--hljs-bg);
}
// removed some unnecessary styles here