Implement OCSP stapling in Windows BoringSSL port.
[chromium-blink-merge.git] / third_party / polymer / components-chromium / core-menu / core-submenu.css
blob54c7f5bf5c9946d5183545e5969d079acc22e719
1 /*
2 Copyright (c) 2014 The Polymer Project Authors. All rights reserved.
3 This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
4 The complete set of authors may be found at http://polymer.github.io/AUTHORS
5 The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
6 Code distributed by Google as part of the polymer project is also
7 subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
8 */
10 :host {
11 display: block;
12 height: auto;
15 :host(.core-selected, [active]) {
16 font-weight: initial;
19 core-item {
20 cursor: default;
23 ::content > core-item {
24 cursor: default;
27 #submenu {
28 margin: 0 0 0 44px;