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

Unified Diff: chrome/browser/resources/app_list/recommended_apps.css

Issue 874563003: Remove old HTML app list start page. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « no previous file | chrome/browser/resources/app_list/recommended_apps.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/app_list/recommended_apps.css
diff --git a/chrome/browser/resources/app_list/recommended_apps.css b/chrome/browser/resources/app_list/recommended_apps.css
deleted file mode 100644
index b02c4968c42688ec741ccf9db994e8d7c62e25cc..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/app_list/recommended_apps.css
+++ /dev/null
@@ -1,31 +0,0 @@
-/* Copyright 2013 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. */
-
-.recommended-apps {
- -webkit-align-items: center;
- -webkit-justify-content: space-around;
- display: -webkit-flex;
- padding: 0 10px;
-}
-
-.app {
- background-position: center 5px;
- background-repeat: no-repeat;
- background-size: 48px;
- color: rgb(90, 90, 90);
- cursor: default;
- font-size: 11px;
- font-weight: bold;
- height: 20px;
- overflow: hidden;
- padding-top: 58px;
- text-align: center;
- text-overflow: ellipsis;
- white-space: nowrap;
- width: 88px;
-}
-
-.app:hover {
- background-color: rgb(230, 230, 230);
-}
« no previous file with comments | « no previous file | chrome/browser/resources/app_list/recommended_apps.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698