Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(14)

Side by Side Diff: third_party/polymer/components-chromium/paper-item/paper-item.css

Issue 592593002: Inline scripts were extracted from Polymer elements. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: s/echo ""/echo/ Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 html /deep/ paper-item {
2 display: block;
3 position: relative;
4 -webkit-user-select: none;
5 user-select: none;
6 cursor: pointer;
7 height: 36px;
8 padding: 0 12px;
9 white-space: nowrap;
10 }
11
12 html /deep/ paper-item::shadow #ripple {
13 position: absolute;
14 top: 0;
15 left: 0;
16 bottom: 0;
17 right: 0;
18 pointer-events: none;
19 }
20
21 html /deep/ paper-item::shadow #icon {
22 margin-right: 8px;
23 }
24
25 html /deep/ paper-item::shadow ::content > a {
26 position: absolute;
27 top: 0;
28 right: 0;
29 bottom: 0;
30 left: 0;
31 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698