Chromium Code Reviews| 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..6288dfd289dfc48427291f4640f6c53442a541ba 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/emulation/sensors.css |
| @@ -28,11 +28,6 @@ |
| .sensors-view select { |
| border: 1px solid #bfbfbf; |
|
pfeldman
2017/05/31 21:51:15
why does it have custom border?
luoe
2017/06/01 01:10:43
It's removed in the followup CL (https://coderevie
|
| border-radius: 2px; |
| - box-sizing: border-box; |
| - color: #444; |
| - font: inherit; |
| - border-width: 1px; |
| - text-align: left; |
| } |
| .sensors-view input { |