From 387f92f7f9418181718ac01a8b9a580292ca9a9c Mon Sep 17 00:00:00 2001 From: Tristan-H11 Date: Wed, 23 Mar 2022 15:48:05 +0100 Subject: [PATCH] Cleanup. (#288) --- .../inputs/text-input/text-input.component.scss | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/core/components/inputs/text-input/text-input.component.scss b/src/core/components/inputs/text-input/text-input.component.scss index 25d28610..f1e7038d 100644 --- a/src/core/components/inputs/text-input/text-input.component.scss +++ b/src/core/components/inputs/text-input/text-input.component.scss @@ -51,14 +51,10 @@ input { or $name == "warning" or $name == "success" or $name == "info" { - border: 2px solid; - border-color: list.nth($colors, 1); - &:focus { - } + border: 2px solid list.nth($colors, 1); } @else { &:focus { - border: 2px solid; - border-color: list.nth($colors, 1); + border: 2px solid list.nth($colors, 1); } } }