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

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

Issue 1753783004: NTP4: erase notification promo UI (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 1 more Created 4 years, 10 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/ntp4/new_tab.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/ntp4/new_tab.css
diff --git a/chrome/browser/resources/ntp4/new_tab.css b/chrome/browser/resources/ntp4/new_tab.css
index 1be1e0c0577cad90d777003e4db472b16897d767..89caa3070aa5ae7b75119c82b65bef4f00be2942 100644
--- a/chrome/browser/resources/ntp4/new_tab.css
+++ b/chrome/browser/resources/ntp4/new_tab.css
@@ -24,57 +24,6 @@ body {
display: none !important;
}
-#notification-container {
- -webkit-transition: opacity 200ms;
- bottom: 31px;
- display: block;
- float: left;
- position: relative;
- text-align: start;
- z-index: 15;
-}
-
-html[dir='rtl'] #notification-container {
- float: right;
-}
-
-#notification-container.card-changed {
- -webkit-transition: none;
- opacity: 0;
-}
-
-#notification-container.inactive {
- -webkit-transition: opacity 200ms;
- opacity: 0;
-}
-
-#notification {
- display: inline-block;
- font-weight: bold;
- white-space: nowrap;
-}
-
-#notification > * {
- display: inline-block;
- white-space: normal;
-}
-
-#notification > div > div,
-#notification > div {
- display: inline-block;
-}
-
-/* NOTE: This is in the probable case that we start stuffing 16x16 data URI'd
- * icons in the promo notification responses. */
-#notification > span > img {
- margin-bottom: -3px;
-}
-
-#notification .close-button {
- -webkit-margin-start: 8px; /* Matching value in TilePage#repositionTile_. */
- vertical-align: top;
-}
-
.close-button {
background: no-repeat;
background-color: transparent;
« no previous file with comments | « no previous file | chrome/browser/resources/ntp4/new_tab.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698