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

Unified Diff: chrome/browser/resources/options/subpages_tab_controls.css

Issue 2231143002: Cleanup: fix some CSS comment styles (especially copyrights) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: michaelpg@ review Created 4 years, 4 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
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;
}

Powered by Google App Engine
This is Rietveld 408576698