From e3632b734cc416477742311faeab3777b71438da Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Wed, 31 May 2023 14:46:27 +0530 Subject: [PATCH] Update ThroughputInput.less --- src/Explorer/Controls/ThroughputInput/ThroughputInput.less | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Explorer/Controls/ThroughputInput/ThroughputInput.less b/src/Explorer/Controls/ThroughputInput/ThroughputInput.less index 1698a184d..0eed71bec 100644 --- a/src/Explorer/Controls/ThroughputInput/ThroughputInput.less +++ b/src/Explorer/Controls/ThroughputInput/ThroughputInput.less @@ -14,7 +14,3 @@ .throughputInputSpacing > :not(:last-child) { margin-bottom: @DefaultSpace; } -.capacitycalculator-link:focus{ - text-decoration: underline; - padding: 2px; -}