From ec11bd8ad263c37d188e62e346a78ed5bf0ca013 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt Date: Mon, 4 Nov 2019 10:03:24 -0500 Subject: [PATCH] remove special border for copyable input --- src/ui/scss/component/_form-field.scss | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ui/scss/component/_form-field.scss b/src/ui/scss/component/_form-field.scss index 5d9f01ce2..64bcc2156 100644 --- a/src/ui/scss/component/_form-field.scss +++ b/src/ui/scss/component/_form-field.scss @@ -313,7 +313,6 @@ fieldset-section { color: $lbry-white; } - input:not(.form-field--copyable), textarea, select { border-color: $lbry-gray-5; @@ -323,7 +322,6 @@ fieldset-section { .form-field--copyable { background-color: rgba($lbry-gray-1, 0.5); - border: 1px solid $lbry-gray-1; color: $lbry-gray-5; padding: 0.2rem 0.75rem; text-overflow: ellipsis; @@ -332,7 +330,6 @@ fieldset-section { [data-mode='dark'] & { background-color: rgba($lbry-white, 0.3); - border-color: $lbry-gray-5; color: inherit; } }