Sha256: 8ba605aad9266780d3e4e9f0f2411074c2bcea91f0860d5c2a456d3654b4b210

Contents?: true

Size: 861 Bytes

Versions: 9

Compression:

Stored size: 861 Bytes

Contents

/*
Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
Code distributed by Google as part of the polymer project is also
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
*/

:host {
  display: block;
  position: relative;
}

polyfill-next-selector { content: ':host > *'; }
::content > * {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  z-index: -1000;
}

polyfill-next-selector { content: ':host > .core-selected'; }
::content > .core-selected {
  visibility: visible;
  z-index: auto;
}

Version data entries

9 entries across 9 versions & 2 rubygems

Version Path
easycomments-1.0.5 public/bower_components/core-pages/core-pages.css
easycomments-1.0.4 public/bower_components/core-pages/core-pages.css
easycomments-1.0.3 public/bower_components/core-pages/core-pages.css
easycomments-1.0.2 public/bower_components/core-pages/core-pages.css
easycomments-1.0.1 public/bower_components/core-pages/core-pages.css
polymer-core-rails-0.2.6 app/assets/components/core-pages/core-pages.css
polymer-core-rails-0.2.5 app/assets/components/core-pages/core-pages.css
polymer-core-rails-0.2.0 app/assets/components/core-pages/core-pages.css
polymer-core-rails-0.1.0 app/assets/components/core-pages/core-pages.css