Implement OCSP stapling in Windows BoringSSL port.
[chromium-blink-merge.git] / third_party / polymer / components-chromium / core-animated-pages / core-animated-pages.css
blob9a41b540374f421a887d1dba90214df7a4151fef
1 :host {
2 display: block;
3 position: relative;
6 polyfill-next-selector { content: ':host > *'; }
7 ::content > * {
8 position: absolute;
9 top: 0;
10 right: 0;
11 bottom: 0;
12 left: 0;
15 polyfill-next-selector { content: ':host > *:not(.core-selected):not([animate])'; }
16 ::content > *:not(.core-selected):not([animate]) {
17 display: none !important;