Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: skin/devtools-panel.css

Issue 29738571: Issue 6542 - Fix colors of the devtools resource URLs (Closed)
Patch Set: Have link elements inherit colour from parent Created April 3, 2018, 4:16 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
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: skin/devtools-panel.css
diff --git a/skin/devtools-panel.css b/skin/devtools-panel.css
index 5e5a1fd2856a99dc04abb3a6228d1dc7bcabbae1..8504daf0b57cc1b7cfb5d1d59db8dc5bf865df3a 100644
--- a/skin/devtools-panel.css
+++ b/skin/devtools-panel.css
@@ -28,6 +28,11 @@ html
overflow: hidden;
}
+a
+{
+ color: inherit;
+}
+
body
{
margin: 0;
@@ -176,7 +181,6 @@ tr:not(:hover) .action
.resource-link {
text-decoration: none;
- color: #303942;
}
.resource-link:hover {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld