File tree 1 file changed +1
-6
lines changed
1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 21
21
22
22
* Document styles defined in a `custom-style` will be shimmed to ensure they do
23
23
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
25
25
browsers without non-native Shadow DOM.
26
26
* Custom properties used by Polymer's shim for cross-scope styling
27
27
may be defined in an `custom-style`.
45
45
box-sizing: border-box;
46
46
}
47
47
48
- /* Can use /deep/ and ::shadow combinators */
49
- body /deep/ .my-special-view::shadow #thing-inside {
50
- background: yellow;
51
- }
52
-
53
48
/* Custom properties that inherit down the document tree may be defined */
54
49
body {
55
50
--my-toolbar-title-color: green;
You can’t perform that action at this time.
0 commit comments