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

Unified Diff: chrome/browser/resources/engagement/engagement_table.css

Issue 1758573002: Make chrome://site-engagement non-polymer and re-enable on Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address nit Created 4 years, 9 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
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/engagement/engagement_table.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/engagement/engagement_table.css
diff --git a/chrome/browser/resources/engagement/engagement_table.css b/chrome/browser/resources/engagement/engagement_table.css
deleted file mode 100644
index e35c71a4cf979a6111631ff6191690af7cabe4d3..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/engagement/engagement_table.css
+++ /dev/null
@@ -1,43 +0,0 @@
-/* Copyright 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-table,
-table td,
-table th {
- border: 1px solid #777;
- border-collapse: collapse;
- padding-left: 4px;
- padding-right: 4px;
-}
-
-table th {
- background: rgb(224, 236, 255);
- cursor: pointer;
- padding-bottom: 4px;
- padding-top: 4px;
- white-space: nowrap;
-}
-
-.origin-cell {
- min-width: 500px;
-}
-
-table tr:hover {
- background: rgb(255, 255, 187);
-}
-
-.sort-column::after {
- content: '▲';
-}
-
-:host([sort-reverse]) .sort-column::after {
- content: '▼';
-}
-
-paper-slider {
- width: 300px;
- --paper-slider-input: {
- width: 70px;
- };
-}
« no previous file with comments | « chrome/browser/browser_resources.grd ('k') | chrome/browser/resources/engagement/engagement_table.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698