diff --git a/public/index.html b/public/index.html index 0d245564..756c42b8 100644 --- a/public/index.html +++ b/public/index.html @@ -142,15 +142,6 @@ body.iframe .guest-container .right-container { border-radius: 0; } - - a { - text-decoration: none; - color: inherit; - } - - button { - cursor: pointer; - } diff --git a/src/assets/index.css b/src/assets/index.css index 4249af64..8d13565c 100644 --- a/src/assets/index.css +++ b/src/assets/index.css @@ -294,3 +294,9 @@ html.dark .slate-Combobox { html.dark .slate-Combobox li:hover { background: #333 !important; } + +/* remove focus border */ +svg:focus { + border: none; + outline: none; +}