| 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;
|
| - };
|
| -}
|
|
|