commit | cc93308cee322f28b02be92ac410d6651938de37 | [log] [tgz] |
---|---|---|
author | Jan Scheffler <[email protected]> | Wed Jan 15 10:04:20 2020 |
committer | Commit Bot <[email protected]> | Wed Jan 15 18:10:23 2020 |
tree | e4ea200a2e712fd7a52d01c16b09633a67f1ba4f | |
parent | 8429b45ecf048e26e0970c6d87b3872c5ef8eba4 [diff] [blame] |
Allow editing of cookies in table This patch adds support to edit all cookie columns in the Cookie Table. Fixed: chromium:1040096 Screenshot: https://imgur.com/a/ZcglPJH Change-Id: I3cf56e9f6940be7f7506b4fdb55251543962d1cc Reviewed-on: https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/1997343 Reviewed-by: Brandon Goddard <[email protected]> Reviewed-by: Sigurd Schneider <[email protected]> Commit-Queue: Jan Scheffler <[email protected]>
diff --git a/front_end/ui/checkboxTextLabel.css b/front_end/ui/checkboxTextLabel.css index 73c2591..0855bd6 100644 --- a/front_end/ui/checkboxTextLabel.css +++ b/front_end/ui/checkboxTextLabel.css
@@ -18,6 +18,11 @@ flex-shrink: 0; } +input.inside-datagrid { + height: 10px; + width: 10px; +} + input:focus { outline: auto 5px -webkit-focus-ring-color; }