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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sources/uiList.css

Issue 2431223003: [DevTools]: Require explicit connection (Closed)
Patch Set: Addressed one last comment Created 4 years, 1 month 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 | « third_party/WebKit/Source/devtools/front_end/sources/UIList.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/sources/uiList.css
diff --git a/third_party/WebKit/Source/devtools/front_end/sources/uiList.css b/third_party/WebKit/Source/devtools/front_end/sources/uiList.css
index a96815ff928b4bd6c053134a0ce3b2a2bffd0f12..62f52cf0bbcddb7f2b28579d440c74af9741a93a 100644
--- a/third_party/WebKit/Source/devtools/front_end/sources/uiList.css
+++ b/third_party/WebKit/Source/devtools/front_end/sources/uiList.css
@@ -35,7 +35,7 @@
.list-item > .subtitle {
color: #888;
margin-left: auto;
- padding-left: 10px;
+ padding: 0 10px 0 10px;
}
.list-item > .subtitle a {
@@ -60,7 +60,7 @@
padding: 0 5px;
}
-.list-item.dimmed {
+.list-item.dimmed-item div {
opacity: 0.6;
font-style: italic;
}
@@ -77,6 +77,21 @@
height: 10px;
}
+.list-item.dimmed-item .action {
+ opacity: 1;
+ font-style: initial;
+}
+
+.list-item .action-link {
+ color: rgb(48, 57, 66);
+ text-decoration: underline;
+ cursor: pointer;
+}
+
+.list-item:hover .action-link {
+ color: rgb(17, 85, 204);
+}
+
@media (-webkit-min-device-pixel-ratio: 1.1) {
.list-item.selected::before {
background-image: url(Images/smallIcons_2x.png);
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/sources/UIList.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698