Upstream version 10.39.225.0
[platform/framework/web/crosswalk.git] / src / third_party / polymer / components-chromium / paper-item / paper-item.css
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 }