Commit d9340d8
Use text cursor in placeholders for toolbar inputs
With https://crrev.com/c/6157257 the toolbar css styles were moved
to inspectorCommon.css, which now takes precedent over the
textPrompt.css. As a result, the cursor was changed to a mouse
cursor on hovering the text placeholder in toolbar inputs.
This CL adapts the toolbar css styles to correctly reflect
text cursors when hovering over placeholders (which are always
text).
Before: https://i.imgur.com/jWL094b.png
After: https://i.imgur.com/Kl9FwCI.png
Fixed: 399057160
Change-Id: Ic345a43d7b47cdee1ea1884c9311eed83e5f84df
Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/6308732
Commit-Queue: Simon Zünd <[email protected]>
Auto-Submit: Kim-Anh Tran <[email protected]>
Reviewed-by: Simon Zünd <[email protected]>1 parent 6e5339a commit d9340d8
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1005 | 1005 | | |
1006 | 1006 | | |
1007 | 1007 | | |
1008 | | - | |
| 1008 | + | |
1009 | 1009 | | |
1010 | 1010 | | |
1011 | 1011 | | |
| |||
0 commit comments