Skip to content

Commit d43d094

Browse files
wanghoppehoppe
andauthored
fix accessbility bugs: AB#1068, AB#1052 (#2848)
* fix: AB#1068 * fix: AB#1052 --------- Co-authored-by: hoppe <hoppewang@microsoft.com>
1 parent 31a3086 commit d43d094

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

desktop/src/@batch-flask/ui/select/select-dropdown/select-dropdown.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ bl-select-dropdown {
3939
&.focused {
4040
color: $primary-contrast-color;
4141
background: $primary-color-light;
42+
padding-left: 3px;
43+
border-width: 2px;
44+
border-style: solid;
45+
border-color: $primary-color;
4246
}
4347

4448
&.disabled {

desktop/src/app/styles/vendor/material-theme.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,9 @@ mat-radio-button {
8989
}
9090

9191
.mat-radio-inner-circle {
92-
background: $primary-color !important;
92+
border-color: $primary-color !important;
93+
border-width: 10px;
94+
border-style: solid;
9395
}
9496
}
9597
}

0 commit comments

Comments
 (0)