summaryrefslogtreecommitdiff
path: root/docs/src/components
diff options
context:
space:
mode:
authorGravatar Marcus Otterström <35617441+MarcusOtter@users.noreply.github.com> 2021-08-06 20:54:09 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-06 11:54:09 -0700
commit50fed4902b258489805af3d02df5888e5865d637 (patch)
treef73fa864fc512259e7ec99aae6aff65e15395268 /docs/src/components
parent0ef3d100f5527945482af853c558d9c0be49aeae (diff)
downloadastro-50fed4902b258489805af3d02df5888e5865d637.tar.gz
astro-50fed4902b258489805af3d02df5888e5865d637.tar.zst
astro-50fed4902b258489805af3d02df5888e5865d637.zip
Fix contrast issue in lang picker (#1044)
Diffstat (limited to 'docs/src/components')
-rw-r--r--docs/src/components/Header/LanguageSelect.css4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/src/components/Header/LanguageSelect.css b/docs/src/components/Header/LanguageSelect.css
index b95ef5048..4e878714b 100644
--- a/docs/src/components/Header/LanguageSelect.css
+++ b/docs/src/components/Header/LanguageSelect.css
@@ -9,7 +9,7 @@
font-size: 1rem;
font-family: inherit;
line-height: inherit;
- background-color: transparent;
+ background-color: var(--theme-bg);
border-color: var(--theme-text-lighter);
color: var(--theme-text-light);
border-style: solid;
@@ -37,7 +37,7 @@
position: absolute;
top: 7px;
left: 10px;
- z-index: -1;
+ pointer-events: none;
}
@media (min-width: 50em) {