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

Unified Diff: ui/webui/resources/css/tree.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
« no previous file with comments | « ui/webui/resources/css/tabs.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/webui/resources/css/tree.css
diff --git a/ui/webui/resources/css/tree.css b/ui/webui/resources/css/tree.css
index a86baba5b08d53090e1b3f5578ced6b68624a503..103f1aaae2d0672d578eeab2c1b01e64c38ae638 100644
--- a/ui/webui/resources/css/tree.css
+++ b/ui/webui/resources/css/tree.css
@@ -63,13 +63,8 @@ html[dir=rtl] .expand-icon {
z-index: 1;
}
-/*
- WebKit has a bug with attribute selectors so we apply selected to the tree row
- as well.
-
- https://bugs.webkit.org/show_bug.cgi?id=12519
-
-*/
+/* WebKit has a bug with attribute selectors so we apply selected to the tree
+ * row as well. https://bugs.webkit.org/show_bug.cgi?id=12519. */
.tree-row[selected] {
background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.8),
rgba(255,255,255,0));
« no previous file with comments | « ui/webui/resources/css/tabs.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698