| Index: Source/devtools/front_end/dialog.css
|
| diff --git a/Source/devtools/front_end/dialog.css b/Source/devtools/front_end/dialog.css
|
| index 657533e385be15a953ba36ba6818640dd6cd3128..e02895d2ca0a48115f09ef74dc0ee1e89df1ee41 100644
|
| --- a/Source/devtools/front_end/dialog.css
|
| +++ b/Source/devtools/front_end/dialog.css
|
| @@ -42,3 +42,8 @@
|
| background-image: linear-gradient(to bottom, rgb(194, 194, 194), rgb(239, 239, 239));
|
| }
|
|
|
| +.dialog input[type="search"]:focus,
|
| +.dialog input[type="text"]:focus {
|
| + outline: none;
|
| +}
|
| +
|
|
|