Chromium Code Reviews| Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/search_widget.js |
| diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/search_widget.js b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/search_widget.js |
| index 65cc01a67cc5cd1c6f05ec519d7a9cf70deb67a4..dfab9b28987245963bbacaf36df0553c505808de 100644 |
| --- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/search_widget.js |
| +++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ui/search_widget.js |
| @@ -264,7 +264,7 @@ cvox.SearchWidget.prototype.createContainerNode_ = function() { |
| containerNode.style['position'] = 'fixed'; |
| containerNode.style['top'] = '50%'; |
| containerNode.style['left'] = '50%'; |
| - containerNode.style['-webkit-transition'] = 'all 0.3s ease-in'; |
| + containerNode.style['transition'] = 'all 0.3s ease-in'; |
| containerNode.style['opacity'] = '0.0'; |
|
Eric Willigers
2016/11/30 02:06:52
I have left these unsorted.
|
| containerNode.style['z-index'] = '2147483647'; |
| containerNode.setAttribute('aria-hidden', 'true'); |