Sha256: 492d132a691817d27ccf9321f99cc141916ef059c967e183f73495ae6f6f745f

Contents?: true

Size: 708 Bytes

Versions: 4

Compression:

Stored size: 708 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
The complete set of authors may be found at http://polymer.github.io/AUTHORS
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
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
*/

:host { 
  display: block;
  height: auto;
}

:host(.core-selected, [active]) {
  font-weight: initial;
}

core-item {
  cursor: default;
}

::content > core-item {
 cursor: default; 
}

#submenu {
  margin: 0 0 0 44px;
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
polymer-paper-rails-0.2.0 app/assets/components/core-menu/core-submenu.css
polymer-core-rails-0.2.0 app/assets/components/core-menu/core-submenu.css
polymer-paper-rails-0.1.0 app/assets/components/core/menu/core-submenu.css
polymer-core-rails-0.1.0 app/assets/components/core-menu/core-submenu.css