@@ -33,7 +33,7 @@ assert-css: (
3333 {"border-color": "rgb(197, 197, 197)"},
3434)
3535assert-css: (
36- "#help-button > button ",
36+ "#help-button > a ",
3737 {
3838 "color": "rgb(255, 255, 255)",
3939 "border-color": "rgb(92, 103, 115)",
@@ -47,7 +47,7 @@ assert-css: (
4747)
4848// Only "border-color" should change.
4949assert-css: (
50- "#help-button:hover > button ",
50+ "#help-button:hover > a ",
5151 {
5252 "color": "rgb(255, 255, 255)",
5353 "border-color": "rgb(224, 224, 224)",
@@ -113,7 +113,7 @@ assert-css: (
113113 {"border-color": "rgb(221, 221, 221)"},
114114)
115115assert-css: (
116- "#help-button > button ",
116+ "#help-button > a ",
117117 {
118118 "color": "rgb(0, 0, 0)",
119119 "border-color": "rgb(224, 224, 224)",
@@ -127,7 +127,7 @@ assert-css: (
127127)
128128// Only "border-color" should change.
129129assert-css: (
130- "#help-button:hover > button ",
130+ "#help-button:hover > a ",
131131 {
132132 "color": "rgb(0, 0, 0)",
133133 "border-color": "rgb(255, 185, 0)",
@@ -193,7 +193,7 @@ assert-css: (
193193 {"border-color": "rgb(0, 0, 0)"},
194194)
195195assert-css: (
196- "#help-button > button ",
196+ "#help-button > a ",
197197 {
198198 "color": "rgb(0, 0, 0)",
199199 "border-color": "rgb(224, 224, 224)",
@@ -207,7 +207,7 @@ assert-css: (
207207)
208208// Only "border-color" should change.
209209assert-css: (
210- "#help-button:hover > button ",
210+ "#help-button:hover > a ",
211211 {
212212 "color": "rgb(0, 0, 0)",
213213 "border-color": "rgb(113, 113, 113)",
@@ -222,7 +222,7 @@ assert-css: (
222222assert-css: (
223223 "#settings-menu > a",
224224 {
225- "color": "rgb(56, 115, 173 )",
225+ "color": "rgb(0, 0, 0 )",
226226 "border-color": "rgb(224, 224, 224)",
227227 "background-color": "rgb(255, 255, 255)",
228228 },
@@ -236,7 +236,7 @@ assert-css: (
236236assert-css: (
237237 "#settings-menu:hover > a",
238238 {
239- "color": "rgb(56, 115, 173 )",
239+ "color": "rgb(0, 0, 0 )",
240240 "border-color": "rgb(113, 113, 113)",
241241 "background-color": "rgb(255, 255, 255)",
242242 },
0 commit comments