| Index: third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css b/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| index 8fec49eee9c533b2b8234e1cbac8332e2d8a7d27..bd4ac8f377ea221bd598fb3e463ddcd2535fe1a7 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css
|
| @@ -18,20 +18,12 @@
|
| width: 80px;
|
| }
|
|
|
| -.sensors-view input:not(.error-input):enabled:focus,
|
| -.sensors-view select:enabled:focus {
|
| - border-color: rgb(77, 144, 254);
|
| - outline: none;
|
| -}
|
| -
|
| .sensors-view input,
|
| .sensors-view select {
|
| border: 1px solid #bfbfbf;
|
| border-radius: 2px;
|
| - box-sizing: border-box;
|
| color: #444;
|
| font: inherit;
|
| - border-width: 1px;
|
| text-align: left;
|
| }
|
|
|
|
|