File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,7 +179,7 @@ export default function App() {
179
179
< ErrorBoundary FallbackComponent = { ErrorFallback } >
180
180
< Sherlock { ...masqueradeSherlockOptions } />
181
181
< details className = "group" >
182
- < summary className = "flex cursor-default list-none items-center gap-1 transition-all [&::-webkit-details-marker]:hidden" >
182
+ < summary className = "flex cursor-default list-none items-center gap-1 rounded outline-0 outline-offset-2 transition-all focus:outline-2 focus:outline-primary-900 focus:dark:outline-secondary-600 [&::-webkit-details-marker]:hidden" >
183
183
< InformationCircleIcon aria-hidden = "true" className = "size-5 grow-0" />
184
184
< span className = "grow text-xs font-semibold" > About this tool</ span >
185
185
< div className = "flex flex-1 justify-end" >
@@ -203,7 +203,7 @@ export default function App() {
203
203
< ErrorBoundary FallbackComponent = { ErrorFallback } >
204
204
< Geocode { ...geocodeOptions } />
205
205
< details className = "group" >
206
- < summary className = "flex cursor-default list-none items-center gap-1 transition-all [&::-webkit-details-marker]:hidden" >
206
+ < summary className = "flex cursor-default list-none items-center gap-1 rounded outline-0 outline-offset-2 transition-all focus:outline-2 focus:outline-primary-900 focus:dark:outline-secondary-600 [&::-webkit-details-marker]:hidden" >
207
207
< InformationCircleIcon aria-hidden = "true" className = "size-5 grow-0" />
208
208
< span className = "grow text-xs font-semibold" > About this tool</ span >
209
209
< div className = "flex flex-1 justify-end" >
You can’t perform that action at this time.
0 commit comments