| Index: chrome/common/extensions/docs/examples/api/fontSettings/css/widgets.css
|
| diff --git a/chrome/common/extensions/docs/examples/api/fontSettings/css/widgets.css b/chrome/common/extensions/docs/examples/api/fontSettings/css/widgets.css
|
| index 471e354a8affc8afb5a1b0f23b963add43ad445b..e03bd8b44b6620586d121e9f2d4f6d8153455e9a 100644
|
| --- a/chrome/common/extensions/docs/examples/api/fontSettings/css/widgets.css
|
| +++ b/chrome/common/extensions/docs/examples/api/fontSettings/css/widgets.css
|
| @@ -126,7 +126,7 @@ input[type='checkbox']:checked::before {
|
| }
|
|
|
| html[dir='rtl'] input[type='checkbox']:checked::before {
|
| - -webkit-transform: scaleX(-1);
|
| + transform: scaleX(-1);
|
| }
|
|
|
| input[type='radio']:checked::before {
|
| @@ -234,7 +234,7 @@ input:disabled:-webkit-any([type='password'],
|
| input[type='button'],
|
| input[type='submit']):not(.custom-appearance):not(.link-button)) {
|
| /* 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);
|
|
|