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

Unified Diff: third_party/polymer/components/core-list/core-list.css

Issue 1215543002: Remove Polymer 0.5. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix unit test Created 5 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: third_party/polymer/components/core-list/core-list.css
diff --git a/third_party/polymer/components/core-list/core-list.css b/third_party/polymer/components/core-list/core-list.css
deleted file mode 100644
index d938243c76b11634083cab2bb47eb8375c09cecf..0000000000000000000000000000000000000000
--- a/third_party/polymer/components/core-list/core-list.css
+++ /dev/null
@@ -1,27 +0,0 @@
-:host {
- display: block;
- outline: none;
- position: relative;
-}
-
-polyfill-next-selector { content: '.core-list-viewport > *'; }
-::content > * {
- position: absolute;
- top: 0;
- box-sizing: border-box;
- opacity: 0;
-}
-
-polyfill-next-selector { content: ':host(:not([grid])) .core-list-viewport > *'; }
-:host(:not([grid])) ::content > * {
- width: 100%;
-}
-
-.core-list-items.horizontal {
- height: 100%;
- white-space: nowrap;
-}
-
-.core-list-items.horizontal > * {
- display: inline-block;
-}
« no previous file with comments | « third_party/polymer/components/core-list/bower.json ('k') | third_party/polymer/components/core-list/core-list.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698