Sha256: 2f3d7bb8a69e3438da900d68ba6a194c5af017d37e21053917f34c6b3422a8d3

Contents?: true

Size: 827 Bytes

Versions: 4

Compression:

Stored size: 827 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;
	border-radius: 3px;
	background-color: #fff;
	color: #000;
	max-height: inherit;
}

#menu {
	max-height: inherit;
	overflow: scroll;
	-webkit-overflow-scrolling: touch;
	margin: 0;
}

polyfill-next-selector { content: ':host > .core-selected'; }
::content .core-selected {
	background-color: #eee;
}

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
polymer-paper-rails-0.2.5 app/assets/components/core-popup-menu/core-popup-menu.css
polymer-core-rails-0.2.5 app/assets/components/core-popup-menu/core-popup-menu.css
polymer-paper-rails-0.2.0 app/assets/components/core-popup-menu/core-popup-menu.css
polymer-core-rails-0.2.0 app/assets/components/core-popup-menu/core-popup-menu.css