| Index: chrome/browser/resources/hotword_audio_verification/style.css
|
| diff --git a/chrome/browser/resources/hotword_audio_verification/style.css b/chrome/browser/resources/hotword_audio_verification/style.css
|
| index 664ad5cf963fe0ecb9e1110c2199f2b4524ef72c..916b8a77ce050b56424e8864be1b167a45625820 100644
|
| --- a/chrome/browser/resources/hotword_audio_verification/style.css
|
| +++ b/chrome/browser/resources/hotword_audio_verification/style.css
|
| @@ -175,8 +175,8 @@ a[is='action-link'] {
|
| }
|
|
|
| @-webkit-keyframes rotate {
|
| - from { -webkit-transform: rotate(0); }
|
| - to { -webkit-transform: rotate(359deg); }
|
| + from { transform: rotate(0); }
|
| + to { transform: rotate(359deg); }
|
| }
|
|
|
| .train.listening .icon {
|
|
|