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

Unified Diff: chrome/browser/resources/settings/settings_page/settings_section.css

Issue 1949533003: MD Settings: replace paper-material with paper-material-shared-styles (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 7 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/settings/settings_page/settings_section.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_page/settings_section.css
diff --git a/chrome/browser/resources/settings/settings_page/settings_section.css b/chrome/browser/resources/settings/settings_page/settings_section.css
deleted file mode 100644
index f9c4d82973946c44c4af5f13462ee15d38669f57..0000000000000000000000000000000000000000
--- a/chrome/browser/resources/settings/settings_page/settings_section.css
+++ /dev/null
@@ -1,49 +0,0 @@
-/* Copyright 2015 The Chromium Authors. All rights reserved.
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file. */
-
-/**
- * @fileoverview
- * Common styles for Settings pages.
- */
-:host {
- display: flex;
- flex-direction: column;
- position: relative;
-}
-
-#header {
- margin-bottom: 12px;
-}
-
-#header .title {
- color: rgb(104, 113, 116); /* Custom color from bettes@ */
- font-size: 13px;
- font-weight: 500;
-}
-
-#card {
- background-color: white;
- overflow: hidden;
-}
-
-#card {
- flex: 1;
-}
-
-:host(.expanded) {
- margin-bottom: 0;
-}
-
-:host(.expanded) #header {
- display: none;
-}
-
-:host(.frozen) #card {
- position: fixed;
- width: 100%;
-}
-
-:host(.expanded.frozen) #card {
- position: relative;
-}
« no previous file with comments | « no previous file | chrome/browser/resources/settings/settings_page/settings_section.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698