| 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 65939c12ac805c4800df4892e236d50c9679f5c9..192fa740eb7c6f2985671c5f6eeda15ee0d0f424 100644
|
| --- a/chrome/browser/resources/settings/settings_shared_css.html
|
| +++ b/chrome/browser/resources/settings/settings_shared_css.html
|
| @@ -307,22 +307,22 @@
|
|
|
| /* A row with two lines of text. Often the lower line will be .secondary.
|
| */
|
| - .settings-box.two-line {
|
| + .two-line {
|
| min-height: var(--settings-row-two-line-min-height);
|
| }
|
|
|
| /*
|
| - * A settings box with a single start-aligned column, generally but not
|
| - * necessarily used in combination with two-line.
|
| + * A single start-aligned column, generally but not necessarily used in
|
| + * combination with two-line.
|
| */
|
| - .settings-box.single-column {
|
| + .single-column {
|
| align-items: flex-start;
|
| flex-direction: column;
|
| justify-content: center;
|
| }
|
|
|
| - /* The lower line of text in a .settings-box.two-line. */
|
| - .settings-box .secondary {
|
| + /* The lower line of text in a two-line row. */
|
| + .secondary {
|
| @apply(--settings-secondary);
|
| }
|
|
|
| @@ -333,9 +333,9 @@
|
| flex: auto;
|
| }
|
|
|
| - .settings-box .middle.two-line {
|
| + .settings-box .middle.two-line,
|
| + .settings-box .start.two-line {
|
| display: flex;
|
| - min-height: var(--settings-row-two-line-min-height);
|
| }
|
|
|
| /* The start (left in LTR) part (horizontally) of a row. */
|
| @@ -344,11 +344,6 @@
|
| flex: auto;
|
| }
|
|
|
| - .settings-box .start.two-line {
|
| - display: flex;
|
| - min-height: var(--settings-row-two-line-min-height);
|
| - }
|
| -
|
| /* The secondary-action wraps a clickable sub-area of a .settings-box.
|
| * An example is the |sign out| button on the People settings.
|
| * Here is an example with and without a secondary action box:
|
|
|