| Index: chrome/browser/resources/options/subpages_tab_controls.css
|
| diff --git a/chrome/browser/resources/options/subpages_tab_controls.css b/chrome/browser/resources/options/subpages_tab_controls.css
|
| index 45f5f5c1e1b654fa692e64df66da32dbb8e8cb6c..5ab21c3c0377e7700972e95184f61a90c4cebd17 100644
|
| --- a/chrome/browser/resources/options/subpages_tab_controls.css
|
| +++ b/chrome/browser/resources/options/subpages_tab_controls.css
|
| @@ -20,8 +20,7 @@
|
| /* To avoid tabs changing size when they are clicked and their labels become
|
| * bold, we actually put two labels inside each tab: an inactive label and an
|
| * active label. Only one is visible at a time, but the bold label is used to
|
| - * size the tab even when it's not visible. This keeps the tab size constant.
|
| - */
|
| + * size the tab even when it's not visible. This keeps the tab size constant. */
|
| .subpages-nav-tabs .active-tab-label,
|
| .subpages-nav-tabs .tab-label:hover {
|
| font-weight: bold;
|
| @@ -42,9 +41,8 @@ html[dir=rtl] .subpages-nav-tabs .tab-label {
|
| visibility: hidden;
|
| }
|
|
|
| -/* .tab is not removed when .active-tab is added, so we must
|
| - * override the hidden visibility above in the active tab case.
|
| - */
|
| +/* .tab is not removed when .active-tab is added, so we must override the hidden
|
| + * visibility above in the active tab case. */
|
| .subpages-nav-tabs .active-tab .active-tab-label {
|
| visibility: visible;
|
| }
|
|
|