Skip to content

Commit a4ba0a6

Browse files
authored
Update styles.css
update stylesheet to account for future tests which may have a button within a customizable select
1 parent 0ead112 commit a4ba0a6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

results/styles.css

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,10 @@ select:-moz-focusring {
140140
padding: 0;
141141
}
142142

143+
select > button {
144+
color: #000;
145+
}
146+
143147
:focus:not([tabindex="-1"]) {
144148
outline: .25rem solid #aade87;
145149
}
@@ -398,4 +402,4 @@ code p {
398402
padding: 0px;
399403
}
400404

401-
strong.question { font-family: "Roboto Slab", Cambria, Georgia, serif; color:#900;font-size:larger;font weight:bold}
405+
strong.question { font-family: "Roboto Slab", Cambria, Georgia, serif; color:#900;font-size:larger;font weight:bold}

0 commit comments

Comments
 (0)