diff --git a/public/main.css b/public/main.css index 544938f5..49ceb3f7 100644 --- a/public/main.css +++ b/public/main.css @@ -189,3 +189,7 @@ bottom: 10px; border-radius: 1000px; } + +#main-container *:focus-visible { + outline: none; +} diff --git a/src/containers/MainBody/ServerList/List.tsx b/src/containers/MainBody/ServerList/List.tsx index f0e9e705..2546261f 100644 --- a/src/containers/MainBody/ServerList/List.tsx +++ b/src/containers/MainBody/ServerList/List.tsx @@ -15,7 +15,7 @@ const List = (props: IProps) => { const { themeType } = useTheme(); return ( - +