From 6aa229462b735718382caf2e8d3d3a643e637a74 Mon Sep 17 00:00:00 2001 From: Sampath Date: Mon, 19 Dec 2022 18:45:53 +0530 Subject: [PATCH] Revert "keyboard navigation for defects 1722611,1722618" This reverts commit 9383609a2205b2c407ceb41fc01009eb0d816998. --- less/TableStyles/queryBuilder.less | 2 +- .../ThroughputInputAutoPilotV3Component.tsx | 4 +-- src/Explorer/Tabs/QueryTablesTab.html | 26 +++++++------------ 3 files changed, 12 insertions(+), 20 deletions(-) diff --git a/less/TableStyles/queryBuilder.less b/less/TableStyles/queryBuilder.less index 23e9ac8c3..2d2a1224e 100644 --- a/less/TableStyles/queryBuilder.less +++ b/less/TableStyles/queryBuilder.less @@ -485,7 +485,7 @@ input::-webkit-inner-spin-button { } .entity-Add-Cancel { - // padding: @DefaultSpace @SmallSpace @SmallSpace; + padding: @DefaultSpace @SmallSpace @SmallSpace; cursor: pointer; } diff --git a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx index cf354990c..2a508412d 100644 --- a/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx +++ b/src/Explorer/Controls/Settings/SettingsSubComponents/ThroughputInputComponents/ThroughputInputAutoPilotV3Component.tsx @@ -9,7 +9,7 @@ import { MessageBar, Stack, Text, - TextField + TextField, } from "@fluentui/react"; import React from "react"; import * as DataModels from "../../../../../Contracts/DataModels"; @@ -38,7 +38,7 @@ import { PriceBreakdown, saveThroughputWarningMessage, titleAndInputStackProps, - transparentDetailsHeaderStyle + transparentDetailsHeaderStyle, } from "../../SettingsRenderUtils"; import { getSanitizedInputValue, IsComponentDirtyResult, isDirty } from "../../SettingsUtils"; import { ToolTipLabelComponent } from "../ToolTipLabelComponent"; diff --git a/src/Explorer/Tabs/QueryTablesTab.html b/src/Explorer/Tabs/QueryTablesTab.html index a234c739f..2a71c9682 100644 --- a/src/Explorer/Tabs/QueryTablesTab.html +++ b/src/Explorer/Tabs/QueryTablesTab.html @@ -70,13 +70,11 @@ - - @@ -172,26 +168,22 @@