Skip to content

Commit

Permalink
fix select dropdown menu colors on chrome-linux (#1316)
Browse files Browse the repository at this point in the history
  • Loading branch information
e111077 authored Mar 13, 2024
1 parent 3562b70 commit 6c7b3f9
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions packages/lit-dev-content/site/css/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,12 @@
color: var(--sys-color-on-primary);
}

#desktopNav .navItem.active option,
#desktopNav .navItem option {
/* Chrome linux allows setting colors so let's leave as-is */
color: initial;
}

#mobileMenuButton {
display: none;
}
Expand Down

0 comments on commit 6c7b3f9

Please sign in to comment.