Skip to content

Commit 6c7b3f9

Browse files
authored
fix select dropdown menu colors on chrome-linux (#1316)
1 parent 3562b70 commit 6c7b3f9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

packages/lit-dev-content/site/css/header.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,12 @@
111111
color: var(--sys-color-on-primary);
112112
}
113113

114+
#desktopNav .navItem.active option,
115+
#desktopNav .navItem option {
116+
/* Chrome linux allows setting colors so let's leave as-is */
117+
color: initial;
118+
}
119+
114120
#mobileMenuButton {
115121
display: none;
116122
}

0 commit comments

Comments
 (0)