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