|
20 | 20 | color: inherit;
|
21 | 21 | }
|
22 | 22 |
|
23 |
| -:host-context(site-banner[type="start"], site-banner[navgroup="resources"]) ::content .active, |
24 |
| -:host-context(site-banner[type="start"], site-banner[navgroup="resources"]) ::content .paper-button:hover { |
| 23 | +:host-context(site-banner[navgroup="start"], site-banner[type="start"], site-banner[navgroup="resources"]) ::content .active, |
| 24 | +:host-context(site-banner[navgroup="start"], site-banner[type="start"], site-banner[navgroup="resources"]) ::content .paper-button:hover { |
25 | 25 | box-shadow: 0 1px 1px rgba(0, 0, 0, 1) inset, 0 -1px 1px rgba(0, 0, 0, 1) inset, 0 2px 0px rgba(0, 0, 0, 1) inset;
|
26 | 26 | @include background(linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%));
|
27 | 27 | }
|
28 | 28 |
|
29 |
| -// TODO(ericbidelman): check with sorvell if :ancestor() is polyfill'd correctly. |
30 | 29 | // The above is prefixed with the element name.
|
31 | 30 | polyfill-unscoped-rule {
|
32 |
| - content: 'site-banner[navgroup="start"] app-bar .active, site-banner[navgroup="resources"] app-bar .active, site-banner[navgroup="community"] app-bar .active, site-banner[navgroup="start"] app-bar .paper-button:hover, site-banner[navgroup="resources"] app-bar .paper-button:hover, site-banner[navgroup="community"] app-bar .paper-button:hover'; |
| 31 | + content: 'site-banner[navgroup="start"] app-bar .active, site-banner[type="start"] app-bar .active, site-banner[navgroup="resources"] app-bar .active, site-banner[navgroup="start"] app-bar .paper-button:hover, site-banner[type="start"] app-bar .paper-button:hover, site-banner[navgroup="resources"] app-bar .paper-button:hover'; |
33 | 32 | box-shadow: 0 1px 1px rgba(0, 0, 0, 1) inset, 0 -1px 1px rgba(0, 0, 0, 1) inset, 0 2px 0px rgba(0, 0, 0, 1) inset !important;
|
34 | 33 | background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%) !important;
|
35 | 34 | background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 40%) !important;
|
|
0 commit comments