| Index: ui/webui/resources/css/widgets.css
|
| diff --git a/ui/webui/resources/css/widgets.css b/ui/webui/resources/css/widgets.css
|
| index 0cd35701d8a6ffa4bfa0a34b0aafcb932a756e5f..e35c001200ab7c3cb6568fbff0579ac9806b8650 100644
|
| --- a/ui/webui/resources/css/widgets.css
|
| +++ b/ui/webui/resources/css/widgets.css
|
| @@ -235,7 +235,7 @@ input:disabled:-webkit-any([type='password'],
|
| input[type='button'],
|
| input[type='submit']):not(.custom-appearance)) {
|
| /* OVERRIDE */
|
| - -webkit-transition: border-color 200ms;
|
| + transition: border-color 200ms;
|
| /* We use border color because it follows the border radius (unlike outline).
|
| * This is particularly noticeable on mac. */
|
| border-color: rgb(77, 144, 254);
|
|
|