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

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

Issue 2174083002: Cleanup: fix comment style in settings_shared_css.html (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@stevenjb-patch
Patch Set: Created 4 years, 5 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 | no next file » | 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 29de8f364c5149ac682a5e91e1db56fdbac8f39a..a6c064559c763c5369f40bed7b612f41425ecc0d 100644
--- a/chrome/browser/resources/settings/settings_shared_css.html
+++ b/chrome/browser/resources/settings/settings_shared_css.html
@@ -103,13 +103,11 @@
text-decoration: none;
}
- /*
- * There are three main button styles, .primary-button, .secondary-button,
+ /* There are three main button styles, .primary-button, .secondary-button,
* and .tertiary-button. The primary is the action button (e.g. "edit",
* "delete") while the secondary is often a "Cancel" button. A tertiary
* button may be used to get more information or similar, that we expect
- * most users will not need.
- */
+ * most users will not need. */
paper-button.primary-button {
--paper-button: {
font-weight: 500;
@@ -178,11 +176,9 @@
text-align: end;
}
- /*
- * A list-frame is an outer container for list-items. It is intended to be
+ /* A list-frame is an outer container for list-items. It is intended to be
* outside of a settings-box. A list-frame is likely to follow a
- * settings box.
- */
+ * settings box. */
.list-frame {
-webkit-padding-end: 20px;
-webkit-padding-start: 56px;
@@ -197,10 +193,8 @@
@apply(--settings-secondary);
}
- /*
- * A list-item is intended to be contained within a list-frame. The list
- * frame will setup the initial start margin.
- */
+ /* A list-item is intended to be contained within a list-frame. The list
+ * frame will setup the initial start margin. */
.list-item {
align-items: center;
display: flex;
@@ -247,10 +241,8 @@
font-weight: 500;
}
- /*
- * A settings-box is a horizontal row of text or controls within a
- * setting section (page or subpage).
- */
+ /* A settings-box is a horizontal row of text or controls within a
+ * setting section (page or subpage). */
.settings-box {
align-items: center;
border-top: var(--settings-separator-line);
@@ -259,11 +251,9 @@
padding: 0 20px;
}
- /*
- * We use an explicit tag to remove the top border, rather than a
+ /* We use an explicit tag to remove the top border, rather than a
* :first-of-type modifier. This is a conscious choice, please consult
- * with dbeam@ or dschuyler@ prior to changing it.
- */
+ * with dbeam@ or dschuyler@ prior to changing it. */
.settings-box.first,
.settings-box.continuation {
border-top: none;
@@ -273,8 +263,7 @@
display: block;
}
- /*
- * A row with two lines of text. Often the lower line will be .secondary.
+ /* A row with two lines of text. Often the lower line will be .secondary.
*/
.settings-box.two-line {
min-height: 56px;
@@ -316,8 +305,7 @@
* | Main action area .settings-box | .secondary-action |
* +-------------------------------------------------------+
* | Another setting-box without a secondary-action |
- * +-------------------------------------------------------+
- */
+ * +-------------------------------------------------------+ */
.settings-box .secondary-action {
-webkit-border-start: var(--settings-separator-line);
-webkit-padding-start: 20px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698