Skip to content

Commit

Permalink
Merge pull request #37 from TimvdLippe/fix-shadow-highlighting
Browse files Browse the repository at this point in the history
Fix styling with shadow dom enabled
  • Loading branch information
notwaldorf authored Aug 11, 2016
2 parents 98e06f4 + f9adb85 commit ab7acf7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"paper-icon-button": "PolymerElements/paper-icon-button#^1.0.0",
"paper-styles": "PolymerElements/paper-styles#^1.0.0",
"marked-element": "polymerelements/marked-element#^1.0.0",
"prism-element": "PolymerElements/prism-element#^1.0.0",
"prism-element": "PolymerElements/prism-element#^1.1.0",
"iron-location": "PolymerElements/iron-location#^0.8.0",
"iron-flex-layout": "PolymerElements/iron-flex-layout#^1.0.0"
},
Expand Down
2 changes: 2 additions & 0 deletions demo-snippet.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<link rel="import" href="../paper-styles/color.html">
<link rel="import" href="../paper-styles/shadow.html">
<link rel="import" href="../prism-element/prism-highlighter.html">
<link rel="import" href="../prism-element/prism-theme-default.html">

<!--
`demo-snippet` is a helper element that displays the source of a code snippet and
Expand Down Expand Up @@ -54,6 +55,7 @@

<dom-module id="demo-snippet">
<template>
<style is="custom-style" include="prism-theme-default"></style>
<style>
:host {
display: block;
Expand Down

0 comments on commit ab7acf7

Please sign in to comment.