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

Unified Diff: third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css

Issue 2650543002: DevTools: render console level filter as drop box. (Closed)
Patch Set: rebase again Created 3 years, 11 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 | « third_party/WebKit/Source/devtools/front_end/ui/filter.css ('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/ui/textPrompt.css
diff --git a/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css b/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css
index a39597a4ba0877821d425a02f5f19a8caa29b717..2996f8c5148a2ea6c800c331a523702194073723 100644
--- a/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css
+++ b/third_party/WebKit/Source/devtools/front_end/ui/textPrompt.css
@@ -4,6 +4,11 @@
* found in the LICENSE file.
*/
+.text-prompt-root {
+ display: flex;
+ align-items: center;
+}
+
.text-prompt-editing {
-webkit-user-select: text;
box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2),
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/filter.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698