Compare commits

..

15 Commits

Author SHA1 Message Date
MokireddySampath
a516d9ec45 Update AddTableEntityPanel.test.tsx.snap 2023-06-06 22:13:02 +05:30
MokireddySampath
61a0433c40 Update QuickstartCarousel.tsx 2023-06-06 22:11:22 +05:30
MokireddySampath
0fd7129d2f Update AddTableEntityPanel.tsx 2023-05-31 14:54:26 +05:30
MokireddySampath
b4c0e29c04 Update RightPaneForm.tsx 2023-05-31 14:53:33 +05:30
MokireddySampath
8e723df3fb Update NewVertexComponent.tsx 2023-05-31 14:51:35 +05:30
MokireddySampath
9e2ab607f7 Update ThroughputInput.test.tsx.snap 2023-05-31 14:49:04 +05:30
MokireddySampath
7108c9b1ba Update ThroughputInput.tsx 2023-05-31 14:46:54 +05:30
MokireddySampath
e3632b734c Update ThroughputInput.less 2023-05-31 14:46:27 +05:30
MokireddySampath
881efd965c Update TableEntity.tsx 2023-05-31 14:46:03 +05:30
MokireddySampath
84b73d5bb6 Update queryBuilder.less 2023-05-31 14:45:33 +05:30
MokireddySampath
9e7beff184 Update fulldatatables.less 2023-05-31 14:45:01 +05:30
MokireddySampath
a0b6d71507 Update SplashScreen.tsx 2023-05-31 14:44:21 +05:30
Sampath
e267b5c1cc screenreader content changed to announce the entire alert 2023-05-31 14:41:19 +05:30
Sampath
85bd63f1a4 arialabel added to the add property button 2023-05-31 13:04:48 +05:30
Sampath
ccd817e432 add property is readout twice while using screenreader 2023-05-30 22:01:36 +05:30
4 changed files with 3 additions and 16 deletions

View File

@@ -14,7 +14,3 @@
.throughputInputSpacing > :not(:last-child) {
margin-bottom: @DefaultSpace;
}
.capacitycalculator-link:focus{
text-decoration: underline;
outline-offset: 2px;
}

View File

@@ -226,7 +226,6 @@ export const ThroughputInput: FunctionComponent<ThroughputInputProps> = ({
target="_blank"
href="https://cosmos.azure.com/capacitycalculator/"
aria-label="capacity calculator of azure cosmos db"
className="capacitycalculator-link"
>
capacity calculator
</Link>

View File

@@ -714,13 +714,11 @@ exports[`ThroughputInput Pane should render Default properly 1`] = `
<StyledLinkBase
aria-label="capacity calculator of azure cosmos db"
className="capacitycalculator-link"
href="https://cosmos.azure.com/capacitycalculator/"
target="_blank"
>
<LinkBase
aria-label="capacity calculator of azure cosmos db"
className="capacitycalculator-link"
href="https://cosmos.azure.com/capacitycalculator/"
styles={[Function]}
target="_blank"
@@ -1000,7 +998,7 @@ exports[`ThroughputInput Pane should render Default properly 1`] = `
>
<a
aria-label="capacity calculator of azure cosmos db"
className="ms-Link capacitycalculator-link root-60"
className="ms-Link root-60"
href="https://cosmos.azure.com/capacitycalculator/"
onClick={[Function]}
target="_blank"

View File

@@ -32,14 +32,8 @@ export const PanelInfoErrorComponent: React.FunctionComponent<PanelInfoErrorProp
return (
<Stack className="panelInfoErrorContainer" horizontal verticalAlign="center">
{icon}
<span className="panelWarningErrorDetailsLinkContainer">
<Text
role="alert"
aria-live="assertive"
aria-label={message}
className="panelWarningErrorMessage"
variant="small"
>
<span className="panelWarningErrorDetailsLinkContainer" role="alert" aria-live="assertive">
<Text aria-label={message} className="panelWarningErrorMessage" variant="small">
{message}
{link && linkText && (
<Link target="_blank" href={link}>