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

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

Issue 2768093004: Remove unused feedback class in dom distiller component (Closed)
Patch Set: RIP feedback 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..adf862fb184887b38c06420059141320f370e65a 100644
--- a/components/dom_distiller/core/css/distilledpage.css
+++ b/components/dom_distiller/core/css/distilledpage.css
@@ -382,73 +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 {
wychen 2017/03/24 17:57:20 This can also be removed, right?
mdjones 2017/03/24 18:08:28 Done.
from {
margin-left: 0%;

Powered by Google App Engine
This is Rietveld 408576698