@@ -33,7 +33,7 @@ assert-css: (
33
33
{"border-color": "rgb(197, 197, 197)"},
34
34
)
35
35
assert-css: (
36
- "#help-button > button ",
36
+ "#help-button > a ",
37
37
{
38
38
"color": "rgb(255, 255, 255)",
39
39
"border-color": "rgb(92, 103, 115)",
@@ -47,7 +47,7 @@ assert-css: (
47
47
)
48
48
// Only "border-color" should change.
49
49
assert-css: (
50
- "#help-button:hover > button ",
50
+ "#help-button:hover > a ",
51
51
{
52
52
"color": "rgb(255, 255, 255)",
53
53
"border-color": "rgb(224, 224, 224)",
@@ -113,7 +113,7 @@ assert-css: (
113
113
{"border-color": "rgb(221, 221, 221)"},
114
114
)
115
115
assert-css: (
116
- "#help-button > button ",
116
+ "#help-button > a ",
117
117
{
118
118
"color": "rgb(0, 0, 0)",
119
119
"border-color": "rgb(224, 224, 224)",
@@ -127,7 +127,7 @@ assert-css: (
127
127
)
128
128
// Only "border-color" should change.
129
129
assert-css: (
130
- "#help-button:hover > button ",
130
+ "#help-button:hover > a ",
131
131
{
132
132
"color": "rgb(0, 0, 0)",
133
133
"border-color": "rgb(255, 185, 0)",
@@ -193,7 +193,7 @@ assert-css: (
193
193
{"border-color": "rgb(0, 0, 0)"},
194
194
)
195
195
assert-css: (
196
- "#help-button > button ",
196
+ "#help-button > a ",
197
197
{
198
198
"color": "rgb(0, 0, 0)",
199
199
"border-color": "rgb(224, 224, 224)",
@@ -207,7 +207,7 @@ assert-css: (
207
207
)
208
208
// Only "border-color" should change.
209
209
assert-css: (
210
- "#help-button:hover > button ",
210
+ "#help-button:hover > a ",
211
211
{
212
212
"color": "rgb(0, 0, 0)",
213
213
"border-color": "rgb(113, 113, 113)",
@@ -222,7 +222,7 @@ assert-css: (
222
222
assert-css: (
223
223
"#settings-menu > a",
224
224
{
225
- "color": "rgb(56, 115, 173 )",
225
+ "color": "rgb(0, 0, 0 )",
226
226
"border-color": "rgb(224, 224, 224)",
227
227
"background-color": "rgb(255, 255, 255)",
228
228
},
@@ -236,7 +236,7 @@ assert-css: (
236
236
assert-css: (
237
237
"#settings-menu:hover > a",
238
238
{
239
- "color": "rgb(56, 115, 173 )",
239
+ "color": "rgb(0, 0, 0 )",
240
240
"border-color": "rgb(113, 113, 113)",
241
241
"background-color": "rgb(255, 255, 255)",
242
242
},
0 commit comments