1/*
2Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
3This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
4The complete set of authors may be found at http://polymer.github.io/AUTHORS
5The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
6Code distributed by Google as part of the polymer project is also
7subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
8*/
9
10:host {
11  display: block;
12  height: auto;
13}
14
15:host(.core-selected, [active]) {
16  font-weight: initial;
17}
18
19core-item {
20  cursor: default;
21}
22
23::content > core-item {
24 cursor: default;
25}
26
27#submenu {
28  margin: 0 0 0 44px;
29}
30