Skip to content

Commit

Permalink
Removing unused .mac style rule for rendered markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
mjbvz committed Sep 19, 2019
1 parent 92dac9e commit 8f6108b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 15 deletions.
3 changes: 1 addition & 2 deletions extensions/markdown-language-features/media/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,13 +182,12 @@ pre.hljs code > div {
overflow: auto;
}

/** Theming */

pre code {
color: var(--vscode-editor-foreground);
tab-size: 4;
}

/** Theming */

.vscode-light pre {
background-color: rgba(220, 220, 220, 0.4);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -697,11 +697,6 @@ export class ExtensionEditor extends BaseEditor {
line-height: 19px;
}
.mac code {
font-size: 12px;
line-height: 18px;
}
code > div {
padding: 16px;
border-radius: 3px;
Expand Down
8 changes: 0 additions & 8 deletions src/vs/workbench/contrib/update/browser/media/markdown.css
Original file line number Diff line number Diff line change
Expand Up @@ -81,11 +81,6 @@ code {
line-height: 19px;
}

.mac code {
font-size: 12px;
line-height: 18px;
}

code > div {
padding: 16px;
border-radius: 3px;
Expand All @@ -98,9 +93,6 @@ code > div {

/** Theming */




.vscode-light code > div {
background-color: rgba(220, 220, 220, 0.4);
}
Expand Down

0 comments on commit 8f6108b

Please sign in to comment.