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

Unified Diff: chrome/browser/resources/local_ntp/local_ntp.css

Issue 2677513002: [Local NTP] Cleanup: Remove a bunch of dead code (Closed)
Patch Set: Created 3 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
Index: chrome/browser/resources/local_ntp/local_ntp.css
diff --git a/chrome/browser/resources/local_ntp/local_ntp.css b/chrome/browser/resources/local_ntp/local_ntp.css
index 31851c9fac37aceda93b29815771151510336f5c..4333dd2f1d8568215e8355ba43ef664ca646d487 100644
--- a/chrome/browser/resources/local_ntp/local_ntp.css
+++ b/chrome/browser/resources/local_ntp/local_ntp.css
@@ -28,15 +28,6 @@ body.hide-fakebox-logo #fakebox {
visibility: hidden;
}
-body.fakebox-disable #fakebox {
- border-color: rgb(238, 238, 238);
- cursor: default;
-}
-
-body.fakebox-disable #fakebox > input {
- cursor: default;
-}
-
#logo {
background-image: url(../../../../ui/webui/resources/images/google_logo.svg);
background-repeat: no-repeat;
@@ -236,8 +227,7 @@ html[dir=rtl] #mv-notice-x {
}
#mv-notice-links span:hover,
-#mv-notice-links span:focus,
-#recent-tabs:hover {
+#mv-notice-links span:focus {
text-decoration: underline;
}
@@ -280,26 +270,6 @@ html[dir=rtl] #attribution,
text-align: right;
}
-#recent-tabs {
- background: #fff;
- border: 1px solid #c0c0c0;
- border-radius: 2px;
- bottom: 0;
- color: rgb(17, 85, 204);
- cursor: pointer;
- font-family: Arial;
- font-size: 14px;
- opacity: 0.9;
- padding: 3px;
- position: fixed;
- right: 8px;
-}
-
-html[dir=rtl] #recent-tabs {
- left: 8px;
- right: auto;
-}
-
#mv-single {
border: none;
height: 100%;
« no previous file with comments | « no previous file | chrome/browser/resources/local_ntp/local_ntp.js » ('j') | chrome/browser/resources/local_ntp/local_ntp.js » ('J')

Powered by Google App Engine
This is Rietveld 408576698