about summary refs log tree commit diff
path: root/bskyweb/templates
diff options
context:
space:
mode:
authorEric Bailey <git@esb.lol>2024-03-05 21:15:42 -0600
committerGitHub <noreply@github.com>2024-03-05 21:15:42 -0600
commit317e0cda7a30d21f35229c096b6ef3284819d19a (patch)
tree1999f3a766966bda7bcc8934ac0a8b45cc7633cd /bskyweb/templates
parente721f84a2cd64bd98f54049bd17925ddf1b194c8 (diff)
downloadvoidsky-317e0cda7a30d21f35229c096b6ef3284819d19a.tar.zst
Add `Menu` component (#3097)
* Add POC menu abstraction

* Better platform handling

* Remove ignore

* Add some menu items

* Add controlled dropdown

* Pass through a11y props

* Ignore uninitialized context

* Tweaks

* Usability improvements

* Rename handlers to props

* Add radix comment

* Ignore known type

* Remove todo

* Move storybook item

* Improve Group matching

* Adjust theming
Diffstat (limited to 'bskyweb/templates')
-rw-r--r--bskyweb/templates/base.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/bskyweb/templates/base.html b/bskyweb/templates/base.html
index 413d7ff69..55447552e 100644
--- a/bskyweb/templates/base.html
+++ b/bskyweb/templates/base.html
@@ -213,6 +213,7 @@
     }
 
     /* NativeDropdown component */
+    .radix-dropdown-item:focus,
     .nativeDropdown-item:focus {
       outline: none;
     }