Chromium Code Reviews| Index: third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css |
| diff --git a/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css b/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css |
| index b4ac42a33987ed5028159b8fc1a31e1b09aeac51..b39ca7835381d86b97d2d6ac3e35ef88a53157d1 100644 |
| --- a/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css |
| +++ b/third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css |
| @@ -360,3 +360,9 @@ |
| .CodeMirror .auto-complete-text{ |
| color: rgb(128,128,128); |
| } |
| + |
| +/** Prevent the codemirror textarea from stealing PageUp events **/ |
| +.CodeMirror textarea{ |
|
pfeldman
2016/09/12 17:15:55
nit: spaces before { here and above.
|
| + resize:none; |
| + overflow:hidden; |
| +} |