style(next): tweak the zoom buttons from the global menu

This commit is contained in:
Adorian Doran 2024-12-04 22:46:56 +02:00
parent 74fcb83b6d
commit a87c4132ce

View File

@ -391,6 +391,18 @@
border-right: 2px solid var(--left-pane-collapsed-border-color);
}
/*
* Global menu
*/
.global-menu div.zoom-buttons a {
border: unset;
}
.global-menu div.zoom-buttons a.bx {
color: var(--menu-text-color) !important;
}
/*
* Launcher pane
*/