Skip to content

Commit 4aa4651

Browse files
RebeccaAnnepaulcam206
andauthored
[Designer] Fix contrast ratios for button borders (#6007)
Co-authored-by: Paul Campbell <[email protected]>
1 parent da84677 commit 4aa4651

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/nodejs/adaptivecards-designer/src/adaptivecards-designer.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -949,18 +949,18 @@ a.default-ac-anchor:visited:active {
949949
height: 31px;
950950
background-color: #EEEEEE;
951951
color: black;
952-
border: 1px solid #CCCCCC;
952+
border: 1px solid #888888;
953953
border-radius: 2px;
954954
}
955955

956956
.default-ac-pushButton:hover, .acd-dialog-button:hover {
957957
/* background-color: #DDDDDD; */
958-
border: 1px solid #BBBBBB;
958+
border: 1px solid #777777;
959959
}
960960

961961
.default-ac-pushButton:active, .acd-dialog-button:active {
962962
/* background-color: #CCCCCC; */
963-
border: 1px solid #BBBBBB;
963+
border: 1px solid #777777;
964964
}
965965

966966
.default-ac-pushButton.subdued {

0 commit comments

Comments
 (0)