Backed out changeset 5d5db39b0497 (bug 1533391) for debugger failures. CLOSED TREE

This commit is contained in:
Csoregi Natalia 2019-03-08 23:07:29 +02:00
Родитель 3e9926036a
Коммит 7d0d457c44
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -2,6 +2,8 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at <http://mozilla.org/MPL/2.0/>. */
.scopes-content .toggle-map-scopes {
border-bottom: 1px solid var(--theme-splitter-color);
margin-bottom: 3px;

Просмотреть файл

@ -16,8 +16,7 @@ debugger-tests:
cd /builds/worker/checkouts/gecko/devtools/client/debugger/new/ &&
yarn &&
yarn flow &&
yarn test &&
yarn lint
yarn test
when:
files-changed:
- 'devtools/client/debugger/new/**'