diff --git a/devtools/client/debugger/new/dist/debugger.css b/devtools/client/debugger/new/dist/debugger.css index 1f417511fd17..82e89a49a5a4 100644 --- a/devtools/client/debugger/new/dist/debugger.css +++ b/devtools/client/debugger/new/dist/debugger.css @@ -1540,6 +1540,19 @@ html .toggle-button.end.vertical svg { .search-field .search-nav-buttons .nav-btn path { fill: var(--theme-comment); } + +.search-field i.loader svg { + animation: rotate 0.5s linear infinite; +} + +@keyframes rotate { + from { + transform: rotate(0deg); + } + to { + transform: rotate(360deg); + } +} /* This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at . */ diff --git a/devtools/client/debugger/new/dist/vendors.js b/devtools/client/debugger/new/dist/vendors.js index 545afcec4bb2..998f942c55e4 100644 --- a/devtools/client/debugger/new/dist/vendors.js +++ b/devtools/client/debugger/new/dist/vendors.js @@ -7067,7 +7067,7 @@ function formatKeyShortcut(shortcut) { /***/ 3789: /***/ (function(module, exports) { -module.exports = "" +module.exports = "" /***/ }),