fix: remove focus outline artifacts
This commit is contained in:
@@ -66,8 +66,7 @@ function SearchOptions({ appState }: Props) {
|
||||
open={open}
|
||||
onChange={() => {
|
||||
const { height } = buttonRef.current.getBoundingClientRect();
|
||||
const extraVerticalBreathingRoom = 4;
|
||||
setOptionsPanelTop(height + extraVerticalBreathingRoom);
|
||||
setOptionsPanelTop(height);
|
||||
setOpen((prevOpen) => !prevOpen);
|
||||
}}
|
||||
>
|
||||
|
||||
@@ -29,7 +29,7 @@
|
||||
aria-role="button"
|
||||
) ✕
|
||||
search-options(
|
||||
class="ml-2 h-20px"
|
||||
class="ml-2"
|
||||
app-state='self.appState'
|
||||
)
|
||||
no-account-warning(
|
||||
|
||||
Reference in New Issue
Block a user