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

Unified Diff: skin/devtools-panel.css

Issue 29608555: Issue 6035 - Only use openResource API when it's supported (Closed)
Patch Set: Only listen for left click events Created Nov. 14, 2017, 3:31 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 | « devtools-panel.js ('k') | 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 55a62f969781694c9e69aaa72dc16f931280b657..5e5a1fd2856a99dc04abb3a6228d1dc7bcabbae1 100644
--- a/skin/devtools-panel.css
+++ b/skin/devtools-panel.css
@@ -174,12 +174,12 @@ tr:not(:hover) .action
width: 100%;
}
-.resourceLink
-{
- cursor: pointer;
+.resource-link {
+ text-decoration: none;
+ color: #303942;
}
-.resourceLink:hover {
+.resource-link:hover {
text-decoration: underline;
}
« no previous file with comments | « devtools-panel.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld