Skip to content

Commit d9f2f5b

Browse files
authored
Merge pull request #4010 from Polymer/katejeffreys-patch-1-1745
Resolving issue #1745 with Polymer docs
2 parents 16712cb + bb87527 commit d9f2f5b

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/lib/custom-style.html

+1-6
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
2222
* Document styles defined in a `custom-style` will be shimmed to ensure they do
2323
not leak into local DOM when running on browsers without non-native Shadow DOM.
24-
* Shadow DOM-specific `/deep/` and `::shadow` combinators will be shimmed on
24+
* For backwards compatibility, the deprecated shadow DOM-specific `/deep/` and `::shadow` combinators will be shimmed on
2525
browsers without non-native Shadow DOM.
2626
* Custom properties used by Polymer's shim for cross-scope styling
2727
may be defined in an `custom-style`.
@@ -45,11 +45,6 @@
4545
box-sizing: border-box;
4646
}
4747
48-
/* Can use /deep/ and ::shadow combinators */
49-
body /deep/ .my-special-view::shadow #thing-inside {
50-
background: yellow;
51-
}
52-
5348
/* Custom properties that inherit down the document tree may be defined */
5449
body {
5550
--my-toolbar-title-color: green;

0 commit comments

Comments
 (0)