Skip to content

Commit 0170c9e

Browse files
satya07sbSatyapriya Bai
and
Satyapriya Bai
authored
[accessibility-3739182]:[Visual Requirement - Azure Cosmos DB - Add Row]: Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds. (#2054)
Co-authored-by: Satyapriya Bai <[email protected]>
1 parent 2730da7 commit 0170c9e

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

less/Common/Constants.less

+2
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,8 @@
6161

6262
@GalleryBackgroundColor: #fdfdfd;
6363

64+
@LinkColor: #2d6da4;
65+
6466
//Icons
6567
@InfoIconColor: #0072c6;
6668
@WarningIconColor: #db7500;

src/Explorer/Panes/PanelComponent.less

+1
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@
9494
padding-left: @MediumSpace;
9595

9696
.paneErrorLink {
97+
color: @LinkColor;
9798
cursor: pointer;
9899
font-size: @mediumFontSize;
99100
}

0 commit comments

Comments
 (0)