Skip to content

Commit a938f6f

Browse files
waabidsmoralesd
authored andcommitted
fix: css styling for color-contrast how to fix instructions (#1934)
The styling being removed is not being referenced anywhere else, so it is safe to remove.
1 parent d257f81 commit a938f6f

File tree

1 file changed

+15
-17
lines changed

1 file changed

+15
-17
lines changed

src/common/components/cards/fix-instruction-color-box.scss

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,20 @@
22
// Licensed under the MIT License.
33
@import '../../../common/styles/colors.scss';
44

5-
.how-to-fix-card-row {
6-
span.fix-instruction-color-box {
7-
width: 14px;
8-
height: 14px;
9-
display: inline-block;
10-
vertical-align: -5%;
11-
margin: 0px 2px;
12-
border: 1px solid $always-black;
13-
}
5+
span.fix-instruction-color-box {
6+
width: 14px;
7+
height: 14px;
8+
display: inline-block;
9+
vertical-align: -5%;
10+
margin: 0px 2px;
11+
border: 1px solid $always-black;
12+
}
1413

15-
.screen-reader-only {
16-
position: absolute;
17-
left: -10000px;
18-
top: auto;
19-
width: 1px;
20-
height: 1px;
21-
overflow: hidden;
22-
}
14+
.screen-reader-only {
15+
position: absolute;
16+
left: -10000px;
17+
top: auto;
18+
width: 1px;
19+
height: 1px;
20+
overflow: hidden;
2321
}

0 commit comments

Comments
 (0)