From 55382effc120a963ae8e2e880fff3c0a6b389ff6 Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Tue, 30 May 2023 22:42:30 +0530 Subject: [PATCH] Update ThroughputInput.less --- src/Explorer/Controls/ThroughputInput/ThroughputInput.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Explorer/Controls/ThroughputInput/ThroughputInput.less b/src/Explorer/Controls/ThroughputInput/ThroughputInput.less index 1698a184d..e583a2d8d 100644 --- a/src/Explorer/Controls/ThroughputInput/ThroughputInput.less +++ b/src/Explorer/Controls/ThroughputInput/ThroughputInput.less @@ -16,5 +16,5 @@ } .capacitycalculator-link:focus{ text-decoration: underline; - padding: 2px; + outline-offset: 2px; }