| Index: chrome/browser/resources/shared/css/list.css
|
| diff --git a/chrome/browser/resources/shared/css/list.css b/chrome/browser/resources/shared/css/list.css
|
| index 6eafb2d411411775d8c6eeaa525592f44f2ea8ec..15f433cf0e34b36b5348dbe603c41621aafba0a5 100644
|
| --- a/chrome/browser/resources/shared/css/list.css
|
| +++ b/chrome/browser/resources/shared/css/list.css
|
| @@ -91,6 +91,22 @@ grid > .spacer {
|
| visibility: hidden;
|
| }
|
|
|
| +list :-webkit-any(
|
| + input[type='input'],
|
| + input[type='password'],
|
| + input[type='search'],
|
| + input[type='text'],
|
| + input[type='url']),
|
| +list :-webkit-any(
|
| + button,
|
| + input[type='button'],
|
| + input[type='submit'],
|
| + select):not(.custom-appearance):not(.link-button) {
|
| + line-height: normal;
|
| + margin: 0;
|
| + vertical-align: middle;
|
| +}
|
| +
|
| list > [hidden],
|
| grid > [hidden] {
|
| display: none;
|
|
|