3
0
Fork 0

correction to bring web_techsystech up to date

17.0
Brenden Eshbach 2025-02-07 22:37:00 -06:00
parent 4a8ecaef5c
commit e6935257a3
1 changed files with 10 additions and 0 deletions

View File

@ -345,3 +345,13 @@ $o-btns-bs-outline-override: map-merge((
.bg-200 {
--background-color: #3c3e4a !important; /* find a better way to do this */
}
.o_grid_apps_menu {
&__button {
color: if($o-webclient-color-scheme == 'dark', $o-gray-600, $o-navbar-brand-color) !important;
&:hover,
&:focus {
background: if($o-webclient-color-scheme == 'dark', $o-black, $o-navbar-entry-bg--hover);
}
}
}