Backed out changeset a9d64f4b6a3f (bug 1500018) for devtools failures at browser/base/content/test/static/browser_parsable_css.js on a CLOSED TREE

This commit is contained in:
Coroiu Cristina 2018-10-30 19:15:09 +02:00
Родитель 16352a4893
Коммит b2a41c5b42
1 изменённых файлов: 11 добавлений и 0 удалений

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

@ -9,6 +9,17 @@
line-height: 23px;
}
/* This should be global style for all panels at some point */
.monitor-panel .devtools-button {
background-color: transparent;
}
/* This should be global style for all panels at some point */
.theme-light .monitor-panel .devtools-button.checked {
color: var(--grey-90);
background-color: var(--grey-90-a10);
}
.devtools-toolbar-container {
height: auto;
flex-wrap: wrap;