MDL-85141 theme_boost: Move print styles to print.scss

This commit is contained in:
Mikel Martín
2025-04-14 11:30:44 +02:00
parent bf164840d9
commit 59504bb79b
4 changed files with 12 additions and 16 deletions
+6
View File
@@ -10,7 +10,13 @@
width: auto;
}
// Remove navbar in print mode.
.navbar {
display: none;
}
// Remove tertiary navigation in print mode.
.tertiary-navigation {
display: none;
}
}
@@ -82,9 +82,3 @@
font-size: 80%;
}
}
@media print {
.tertiary-navigation {
display: none;
}
}
+3 -5
View File
@@ -38908,6 +38908,9 @@ span[data-flexitour=container][x-placement=right] div[data-role=arrow]:after, sp
.navbar {
display: none;
}
.tertiary-navigation {
display: none;
}
}
.modal .modal-body > .loading-icon {
display: block;
@@ -40689,11 +40692,6 @@ div.editor_atto_toolbar button .icon {
font-size: 80%;
}
}
@media print {
.tertiary-navigation {
display: none;
}
}
.popover-process-monitor {
position: fixed;
right: 2rem;
+3 -5
View File
@@ -38842,6 +38842,9 @@ span[data-flexitour=container][x-placement=right] div[data-role=arrow]:after, sp
.navbar {
display: none;
}
.tertiary-navigation {
display: none;
}
}
.modal .modal-body > .loading-icon {
display: block;
@@ -40623,11 +40626,6 @@ div.editor_atto_toolbar button .icon {
font-size: 80%;
}
}
@media print {
.tertiary-navigation {
display: none;
}
}
.popover-process-monitor {
position: fixed;
right: 2rem;