зеркало из https://github.com/mozilla/gecko-dev.git
Backed out changeset fde4dfc0464a (bug 1536043) for failures in browser_aboutdebugging_debug-target-pane_collapsibilities_interaction.js CLOSED TREE
This commit is contained in:
Родитель
7654bfed1e
Коммит
f72eb23efe
|
@ -78,7 +78,6 @@
|
|||
--monospace-font-family: monospace;
|
||||
|
||||
--card-separator-color: var(--grey-20);
|
||||
--card-shadow-blur-radius: var(--base-unit);
|
||||
|
||||
/*
|
||||
* Variables particular to about:debugging
|
||||
|
@ -397,7 +396,7 @@ Form controls
|
|||
*/
|
||||
.card {
|
||||
background-color: var(--white-100); /* from common.inc.css */
|
||||
border-radius: var(--card-shadow-blur-radius); /* from common.inc.css */
|
||||
border-radius: var(--base-unit); /* from common.inc.css */
|
||||
box-shadow: 0 1px 4px var(--grey-90-a10); /* from common.inc.css */
|
||||
padding-block: calc(var(--base-unit) * 3) calc(var(--base-unit) * 2);
|
||||
}
|
||||
|
|
|
@ -48,11 +48,6 @@
|
|||
|
||||
/* we want to scroll only the main content, not the sidebar */
|
||||
overflow-y: auto;
|
||||
|
||||
/* padding will give space for card shadow to appear and
|
||||
margin will correct the alignment */
|
||||
margin-inline: calc(var(--card-shadow-blur-radius) * -1);
|
||||
padding-inline: var(--card-shadow-blur-radius);
|
||||
}
|
||||
|
||||
.page {
|
||||
|
|
|
@ -28,10 +28,6 @@
|
|||
|
||||
.debug-target-pane__collapsable {
|
||||
overflow: hidden;
|
||||
/* padding will give space for card shadow to appear and
|
||||
margin will correct the alignment */
|
||||
margin: calc(var(--card-shadow-blur-radius) * -1);
|
||||
padding: var(--card-shadow-blur-radius);
|
||||
}
|
||||
|
||||
.debug-target-pane__collapsable--collapsed {
|
||||
|
|
Загрузка…
Ссылка в новой задаче