| Index: third_party/WebKit/Source/core/css/html.css
|
| diff --git a/third_party/WebKit/Source/core/css/html.css b/third_party/WebKit/Source/core/css/html.css
|
| index bd2b86a1b6323bdea86486bddf9383a5fe45f575..56f68f09d7fd0508517ef3761c1ddb57b65c9299 100644
|
| --- a/third_party/WebKit/Source/core/css/html.css
|
| +++ b/third_party/WebKit/Source/core/css/html.css
|
| @@ -470,24 +470,6 @@ input[type="search" i]:enabled:read-write:-webkit-any(:focus,:hover)::-webkit-se
|
| pointer-events: auto;
|
| }
|
|
|
| -input[type="search" i]::-webkit-search-decoration {
|
| - -webkit-appearance: searchfield-decoration;
|
| - display: block;
|
| - flex: none;
|
| - -webkit-user-modify: read-only !important;
|
| - -webkit-align-self: flex-start;
|
| - margin: auto 0;
|
| -}
|
| -
|
| -input[type="search" i]::-webkit-search-results-decoration {
|
| - -webkit-appearance: searchfield-results-decoration;
|
| - display: block;
|
| - flex: none;
|
| - -webkit-user-modify: read-only !important;
|
| - -webkit-align-self: flex-start;
|
| - margin: auto 0;
|
| -}
|
| -
|
| input::-webkit-inner-spin-button {
|
| -webkit-appearance: inner-spin-button;
|
| display: inline-block;
|
|
|