summaryrefslogtreecommitdiff
path: root/examples/docs/public
diff options
context:
space:
mode:
authorGravatar Kitto Khrangtong <kitto.khr@gmail.com> 2021-06-17 16:05:22 -0400
committerGravatar GitHub <noreply@github.com> 2021-06-17 16:05:22 -0400
commit24b360cb17d641ffd037b9032b5be672326ea21c (patch)
treeaa96c54c63a6b24566256be087255dbec7963b55 /examples/docs/public
parentfc4433e6408adf78743d186019c1f2dd15686b04 (diff)
downloadastro-24b360cb17d641ffd037b9032b5be672326ea21c.tar.gz
astro-24b360cb17d641ffd037b9032b5be672326ea21c.tar.zst
astro-24b360cb17d641ffd037b9032b5be672326ea21c.zip
fix: keyboard unable to target theme switcher (#488)
Diffstat (limited to 'examples/docs/public')
-rw-r--r--examples/docs/public/index.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/docs/public/index.css b/examples/docs/public/index.css
index c5ae87f5c..4944ddbd4 100644
--- a/examples/docs/public/index.css
+++ b/examples/docs/public/index.css
@@ -224,7 +224,8 @@ button:hover {
border-radius: 99em;
background-color: var(--theme-bg);
}
-#theme-toggle:focus-within {
+
+#theme-toggle > label:focus-within {
outline: 2px solid transparent;
box-shadow: 0 0 0 0.08em var(--theme-accent), 0 0 0 0.12em white;
}
an> 2022-12-08[ci] release (#5544)astro@1.6.14@astrojs/rss@1.1.0@astrojs/netlify@1.2.2@astrojs/deno@2.0.1@astrojs/cloudflare@4.1.1Gravatar Fred K. Bot 48-121/+121 2022-12-08[ci] formatGravatar matthewp 2-2/+4 2022-12-08fix: Error reporting fails on undefined error index (#5539)Gravatar wulinsheng123 2-1/+6 2022-12-08astro-rss: Generate feed with proper XML escaping (#5550)Gravatar Anders Kaseorg 5-36/+57 2022-12-08Fix Astro.params not having values when using base in SSR (#5553)Gravatar Matthew Phillips 6-4/+66 2022-12-07Allow all redirection status codes in redirect() (#5446)Gravatar Jeffrey Yasskin 2-1/+6 2022-12-06feat(astro-rss): generate post content in feed (#5366)Gravatar Ben Smith 4-1/+46 2022-12-06[ci] formatGravatar matthewp 2-7/+6 2022-12-06Use accumulated sort order when order production CSS (#5549)Gravatar Matthew Phillips 15-2/+180 2022-12-06[ci] formatGravatar matthewp 22-158/+171 2022-12-06Head propagation (#5511)Gravatar Matthew Phillips 36-279/+804 2022-12-06[ci] formatGravatar matthewp 1-7/+7 2022-12-06Removed premature optimization (#5548)Gravatar Ido S 2-37/+35 2022-12-06Exclude astro from Vite optimization (#5545)Gravatar Bjorn Lu 2-1/+6 2022-12-06bench workflow - use bash as shell (#5546)Gravatar Matthew Phillips 1-2/+4 2022-12-06bench workflow - pipe stderr (#5543)Gravatar Matthew Phillips 1-2/+4 2022-12-06Update esbuild dependency (#5534)Gravatar Bjorn Lu 7-18/+275 2022-12-06Fix tests with node 18 (#5528)Gravatar Bjorn Lu 1-9/+14