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

pull/711/head
Adorian Doran 2024-12-04 22:46:56 +07:00
parent 74fcb83b6d
commit a87c4132ce
1 changed files with 12 additions and 0 deletions

@ -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
*/