Skip to content

Commit

Permalink
refactor: examples/with-md remove Prism-specific line-highlight
Browse files Browse the repository at this point in the history
  • Loading branch information
bholmesdev committed Mar 17, 2022
1 parent 1cd0672 commit 6a97c80
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions examples/with-markdown/src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -65,20 +65,6 @@ pre > code {
z-index: 1;
}

.line-highlight {
position: absolute;
right: 0;
left: 0;
z-index: 0;
margin-top: 1em;
padding: inherit 0;
line-height: inherit;
white-space: pre;
background: #f7ebc6;
box-shadow: inset 5px 0 0 #f7d87c;
pointer-events: none;
}

body {
max-width: 900px;
margin: auto;
Expand Down

0 comments on commit 6a97c80

Please sign in to comment.