diff --git a/settings/index.css b/settings/index.css index cdc2ee1..39a7d20 100644 --- a/settings/index.css +++ b/settings/index.css @@ -817,7 +817,6 @@ h2 { width: 100%; min-height: 80px; padding: 12px; - border: 1px solid var(--text-teritary); border-radius: 8px; background: var(--button-secondaryFill); color: var(--text-primary); @@ -828,11 +827,6 @@ h2 { transition: border-color 0.2s ease; } -.share-code-wrapper textarea:focus, -#importCode:focus { - border-color: var(--accent-accent); -} - .copy-btn { position: absolute; top: 8px; diff --git a/settings/index.html b/settings/index.html index f89241a..ea1b735 100644 --- a/settings/index.html +++ b/settings/index.html @@ -225,9 +225,6 @@