From cbc722031c103ee1cec7ed5462105f0f4a6dd1bb Mon Sep 17 00:00:00 2001 From: MokireddySampath <120497218+MokireddySampath@users.noreply.github.com> Date: Wed, 27 Sep 2023 20:45:25 +0530 Subject: [PATCH] defect2278312 (#1473) * arialabel has been added to close button of invitational youtube video * heading role has been addedd and tag has been changed to h1 * outline has been restored to choose columns link in entities page * Update QuickstartCarousel.tsx * Update SplashScreen.tsx * Update TableEntity.tsx * outline for edit entity has been added on focus * keyboard accessibility added to rows in table entities * learn more link under analytical store * Update queryBuilder.less * Update TableEntity.tsx * Update PanelComponent.less * Update DataTableBindingManager.ts * Update DataTableBindingManager.ts --- src/Explorer/Controls/ThroughputInput/ThroughputInput.less | 4 ++++ src/Explorer/Panes/AddCollectionPanel.tsx | 7 ++++++- .../Panes/__snapshots__/AddCollectionPanel.test.tsx.snap | 1 + 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/src/Explorer/Controls/ThroughputInput/ThroughputInput.less b/src/Explorer/Controls/ThroughputInput/ThroughputInput.less index 0eed71bec..00c328077 100644 --- a/src/Explorer/Controls/ThroughputInput/ThroughputInput.less +++ b/src/Explorer/Controls/ThroughputInput/ThroughputInput.less @@ -14,3 +14,7 @@ .throughputInputSpacing > :not(:last-child) { margin-bottom: @DefaultSpace; } +.capacitycalculator-link:focus{ + text-decoration: underline; + outline-offset: 2px; +} \ No newline at end of file diff --git a/src/Explorer/Panes/AddCollectionPanel.tsx b/src/Explorer/Panes/AddCollectionPanel.tsx index d0c5428ad..24d3f61d4 100644 --- a/src/Explorer/Panes/AddCollectionPanel.tsx +++ b/src/Explorer/Panes/AddCollectionPanel.tsx @@ -33,6 +33,7 @@ import { isCapabilityEnabled, isServerlessAccount } from "Utils/CapabilityUtils" import { getUpsellMessage } from "Utils/PricingUtils"; import { CollapsibleSectionComponent } from "../Controls/CollapsiblePanel/CollapsibleSectionComponent"; import { ThroughputInput } from "../Controls/ThroughputInput/ThroughputInput"; +import "../Controls/ThroughputInput/ThroughputInput.less"; import { ContainerSampleGenerator } from "../DataSamples/ContainerSampleGenerator"; import Explorer from "../Explorer"; import { useDatabases } from "../useDatabases"; @@ -843,7 +844,11 @@ export class AddCollectionPanel extends React.Component Azure Synapse Link is required for creating an analytical store{" "} {getCollectionName().toLocaleLowerCase()}. Enable Synapse Link for this Cosmos DB account.{" "} - + Learn more diff --git a/src/Explorer/Panes/__snapshots__/AddCollectionPanel.test.tsx.snap b/src/Explorer/Panes/__snapshots__/AddCollectionPanel.test.tsx.snap index 2e393a23b..a89d84a81 100644 --- a/src/Explorer/Panes/__snapshots__/AddCollectionPanel.test.tsx.snap +++ b/src/Explorer/Panes/__snapshots__/AddCollectionPanel.test.tsx.snap @@ -400,6 +400,7 @@ exports[`AddCollectionPanel should render Default properly 1`] = ` . Enable Synapse Link for this Cosmos DB account.