about summary refs log tree commit diff
path: root/web/index.html
diff options
context:
space:
mode:
authorJan-Olof Eriksson <jan-olof.eriksson@iki.fi>2024-02-29 11:55:03 +0200
committerGitHub <noreply@github.com>2024-02-29 11:55:03 +0200
commit963a44ab872a1044d6997a8fcf7b2fc754ac618a (patch)
treebbd64f464a8f14e55cbb06e28811cdc43f059d29 /web/index.html
parent1f9562847512bb41cd8bb381b735a388be4db59b (diff)
parenta35976cdc9b6467ad8b6e0c4ff46ba684fee9064 (diff)
downloadvoidsky-963a44ab872a1044d6997a8fcf7b2fc754ac618a.tar.zst
Merge branch 'bluesky-social:main' into main
Diffstat (limited to 'web/index.html')
-rw-r--r--web/index.html5
1 files changed, 5 insertions, 0 deletions
diff --git a/web/index.html b/web/index.html
index 992e69e05..78090591c 100644
--- a/web/index.html
+++ b/web/index.html
@@ -209,6 +209,11 @@
       [data-tooltip]:hover::before {
         display:block;
       }
+
+      /* NativeDropdown component */
+      .nativeDropdown-item:focus {
+        outline: none;
+      }
     </style>
   </head>