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

Unified Diff: components/dom_distiller/core/css/distilledpage.css

Issue 2768093004: Remove unused feedback class in dom distiller component (Closed)
Patch Set: address comments Created 3 years, 9 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: components/dom_distiller/core/css/distilledpage.css
diff --git a/components/dom_distiller/core/css/distilledpage.css b/components/dom_distiller/core/css/distilledpage.css
index a9b7529746c141741038cc95ca83bea971028552..9880e2cde5adef6ed571d45abc46ff19e14560b9 100644
--- a/components/dom_distiller/core/css/distilledpage.css
+++ b/components/dom_distiller/core/css/distilledpage.css
@@ -382,85 +382,10 @@ body .hidden {
display: none;
}
-/* Footer feedback form. */
-#contentWrap {
- display: flex;
- flex-direction: column;
- flex-grow: 1;
- overflow: auto;
- position: relative;
- z-index: 1;
-}
-
-.footerFeedback {
- display: flex;
- flex-direction: column;
- font-size: 14px;
- z-index: 2;
- background-color: #4285F4;
- color: #fff;
- width: 100%;
-}
-
-.feedbackContent {
- font-size: 14px;
- font-family: sans-serif;
- background-color: #4285F4;
- clear: both;
- padding: 14px;
-}
-
-#feedbackQuestion {
- font-size: 1.4em;
- font-weight: 700;
- text-align: center;
- width: 100%;
-}
-
-.feedbackButtonWrap {
- margin-top: 14px;
- text-align: center;
- width: 100%;
-}
-
-.feedbackButton {
- -webkit-user-select: none;
- background-color: #FFFFFF;
- border-radius: 3px;
- color: #4285F4;
- display: inline-block;
- font-weight: 900;
- height: 35px;
- margin: 0px 4% 0px 4%;
- padding-top: 8px;
- text-align: center;
- text-transform: uppercase;
- user-select: none;
- width: 40%;
-}
-
.clear {
clear: both;
}
-/* Feedback fade out */
-.fadeOut {
- animation-duration: 0.5s;
- animation-name: fadeOutAndSwipeAnimation;
-}
-
-@keyframes fadeOutAndSwipeAnimation {
- from {
- margin-left: 0%;
- opacity: 1;
- }
-
- to {
- margin-left: -100%;
- opacity: 0;
- }
-}
-
/* Iframe sizing. */
.youtubeContainer {
height: 0px;

Powered by Google App Engine
This is Rietveld 408576698