| 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);
|
|
|