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

Unified Diff: Source/devtools/front_end/inspector.css

Issue 183803018: DevTools: Fix replace bar appearance. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 6 years, 10 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
Index: Source/devtools/front_end/inspector.css
diff --git a/Source/devtools/front_end/inspector.css b/Source/devtools/front_end/inspector.css
index 553a806cc89e96310ee264150156a4999e849e29..4133674eb1b66a768eadb23a622ba28d862e68b8 100644
--- a/Source/devtools/front_end/inspector.css
+++ b/Source/devtools/front_end/inspector.css
@@ -2832,6 +2832,10 @@ button.record-profile-status-bar-item.toggled-on .glyph:not(.shadow) {
background-color: rgb(236, 236, 236);
}
+.search-bar.replaceable {
+ flex: 0 0 44px;
+}
+
.progress-bar-container {
display: inline-flex;
margin: 0 8px;
« Source/devtools/front_end/SearchableView.js ('K') | « Source/devtools/front_end/SearchableView.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698