Remove site-menu shadow

Material 3 no longer uses drop shadows to express elevation in top app
bars.
This commit is contained in:
smdyv 2022-11-24 10:35:19 +01:00 committed by Daniel Micay
parent 1cac8502ca
commit da7aabff20

View File

@ -108,7 +108,6 @@ var {
#site-menu {
background-color: #212121; /* grey900 */
box-shadow: 0 2px 2px 0 rgba(0 0 0 / 14%), 0 1px 5px 0 rgba(0 0 0 / 12%), 0 3px 1px -2px rgba(0 0 0 / 20%);
white-space: nowrap;
}