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

Unified Diff: chrome/browser/resources/settings/settings_shared_css.html

Issue 2792193003: web_dev_style: make CSS checker ignore /* <tags> in comments */ (Closed)
Patch Set: merge Created 3 years, 8 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/web_dev_style/css_checker.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/settings/settings_shared_css.html
diff --git a/chrome/browser/resources/settings/settings_shared_css.html b/chrome/browser/resources/settings/settings_shared_css.html
index 4aa064296b0e9e7779b26676d9ea1eecea94f176..4725dd38432d437dedc941d9d778bed084e8065b 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -28,8 +28,8 @@
font-size: inherit;
font-weight: 500;
margin: 0;
- padding-top: 24px;
padding-bottom: 12px;
+ padding-top: 24px;
}
iron-icon[icon='cr:check'],
@@ -216,11 +216,11 @@
/* This button has no ink ripple. */
.list-button[is='action-link'] {
- min-height: inherit;
- display: flex;
align-items: center;
+ display: flex;
flex: 1;
font-weight: 500;
+ min-height: inherit;
}
/* A row with two lines of text. Often the lower line will be .secondary.
@@ -305,8 +305,8 @@
[scrollable] .no-outline {
background: none;
- outline: none;
cursor: initial;
+ outline: none;
}
/* The secondary-action wraps a clickable sub-area of a .settings-box.
« no previous file with comments | « no previous file | chrome/browser/web_dev_style/css_checker.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698