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

Unified Diff: Source/devtools/front_end/sources/navigatorView.css

Issue 1156253008: Devtools: Fix rename appearance in navigator view (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/devtools/front_end/sources/navigatorView.css
diff --git a/Source/devtools/front_end/sources/navigatorView.css b/Source/devtools/front_end/sources/navigatorView.css
index 07990f306eb07cdd3681297ce5df40951b8a29a2..8eba492c84307892e76cfebf59270ef32b8b1b62 100644
--- a/Source/devtools/front_end/sources/navigatorView.css
+++ b/Source/devtools/front_end/sources/navigatorView.css
@@ -77,6 +77,9 @@
background-color: rgb(56, 121, 217);
}
+.navigator > ol.being-edited li.selected {
+ overflow: visible;
+}
.navigator .icon {
width: 16px;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698