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

Unified Diff: chrome/browser/resources/ntp4/apps_page.css

Issue 2576833002: Make some updates to extension iconography. (Closed)
Patch Set: add test Created 4 years 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: chrome/browser/resources/ntp4/apps_page.css
diff --git a/chrome/browser/resources/ntp4/apps_page.css b/chrome/browser/resources/ntp4/apps_page.css
index de0f83a4681d010ded6aff2b854a5ae0dcfd02b8..dc64dc70fc792aff92db23a56a05aa9e24fdead9 100644
--- a/chrome/browser/resources/ntp4/apps_page.css
+++ b/chrome/browser/resources/ntp4/apps_page.css
@@ -65,17 +65,6 @@
position: absolute;
}
-.app-icon-div .color-stripe {
- border-bottom-left-radius: 5px 5px;
- border-bottom-right-radius: 5px 5px;
- bottom: 0;
- height: 3px;
- opacity: 1.0;
- position: absolute;
- width: 100%;
- z-index: 100;
-}
-
.app-context-menu > button:first-child {
font-weight: bold;
}

Powered by Google App Engine
This is Rietveld 408576698