MDL-85326 theme_boost: hide footer popover icon on small screens.

Fixes regression from add6f71d which forced `.btn-icon` display.

Co-authored-by: Mikel Martín <[email protected]>
This commit is contained in:
Paul Holden
2025-06-03 09:16:45 +01:00
co-authored by Mikel Martín
parent c39b737063
commit 83e6469fbb
3 changed files with 10 additions and 8 deletions
+8 -6
View File
@@ -2180,12 +2180,14 @@ $footer-link-color: $bg-inverse-link-color !default;
}
}
.btn-footer-popover {
display: none;
position: fixed;
bottom: 2rem;
right: 2rem;
@include box-shadow($popover-box-shadow);
.footer-popover {
.btn-footer-popover {
display: none;
position: fixed;
bottom: 2rem;
right: 2rem;
@include box-shadow($popover-box-shadow);
}
}
.btn-footer-communication {
+1 -1
View File
@@ -27728,7 +27728,7 @@ dd:after {
color: #1d2125;
}
.btn-footer-popover {
.footer-popover .btn-footer-popover {
display: none;
position: fixed;
bottom: 2rem;
+1 -1
View File
@@ -27728,7 +27728,7 @@ dd:after {
color: #1d2125;
}
.btn-footer-popover {
.footer-popover .btn-footer-popover {
display: none;
position: fixed;
bottom: 2rem;