@@ -56,27 +56,27 @@ move-cursor-to: "#settings-menu > a"
56
56
assert-css: (
57
57
"#theme-dark",
58
58
{
59
- "border-color": "rgb(153, 153, 153) ",
60
- "box-shadow": "rgb(53, 53, 53) 0px 0px 0px 3px inset",
59
+ "border-color": "#999 ",
60
+ "box-shadow": "#353535 0px 0px 0px 3px inset",
61
61
"border-width": "2px",
62
62
},
63
63
)
64
- assert-css: ("#theme-light", {"border-color": "rgb(153, 153, 153) ", "box-shadow": "none"})
64
+ assert-css: ("#theme-light", {"border-color": "#999 ", "box-shadow": "none"})
65
65
// Let's start with the hover for radio buttons.
66
66
move-cursor-to: "#theme-dark"
67
67
assert-css: (
68
68
"#theme-dark",
69
69
{
70
- "border-color": "rgb(33, 150, 243) ",
71
- "box-shadow": "rgb(53, 53, 53) 0px 0px 0px 3px inset",
70
+ "border-color": "#2196f3 ",
71
+ "box-shadow": "#353535 0px 0px 0px 3px inset",
72
72
"border-width": "2px",
73
73
},
74
74
)
75
75
move-cursor-to: "#theme-light"
76
76
assert-css: (
77
77
"#theme-light",
78
78
{
79
- "border-color": "rgb(33, 150, 243) ",
79
+ "border-color": "#2196f3 ",
80
80
"box-shadow": "none",
81
81
"border-width": "2px",
82
82
}
@@ -87,17 +87,17 @@ focus: "#theme-dark"
87
87
assert-css: (
88
88
"#theme-dark",
89
89
{
90
- "border-color": "rgb(153, 153, 153) ",
91
- "box-shadow": "rgb(53, 53, 53) 0px 0px 0px 3px inset, rgb(33, 150, 243) 0px 0px 2px 2px",
90
+ "border-color": "#999 ",
91
+ "box-shadow": "#353535 0px 0px 0px 3px inset, #2196f3 0px 0px 2px 2px",
92
92
"border-width": "2px",
93
93
},
94
94
)
95
95
focus: "#theme-light"
96
96
assert-css: (
97
97
"#theme-light",
98
98
{
99
- "border-color": "rgb(153, 153, 153) ",
100
- "box-shadow": "rgb(33, 150, 243) 0px 0px 1px 1px",
99
+ "border-color": "#999 ",
100
+ "box-shadow": "#2196f3 0px 0px 1px 1px",
101
101
"border-width": "2px",
102
102
},
103
103
)
@@ -107,8 +107,8 @@ focus: "#theme-dark"
107
107
assert-css: (
108
108
"#theme-dark",
109
109
{
110
- "border-color": "rgb(33, 150, 243) ",
111
- "box-shadow": "rgb(53, 53, 53) 0px 0px 0px 3px inset, rgb(33, 150, 243) 0px 0px 2px 2px",
110
+ "border-color": "#2196f3 ",
111
+ "box-shadow": "#353535 0px 0px 0px 3px inset, #2196f3 0px 0px 2px 2px",
112
112
"border-width": "2px",
113
113
},
114
114
)
@@ -117,8 +117,8 @@ focus: "#theme-light"
117
117
assert-css: (
118
118
"#theme-light",
119
119
{
120
- "border-color": "rgb(33, 150, 243) ",
121
- "box-shadow": "rgb(33, 150, 243) 0px 0px 1px 1px",
120
+ "border-color": "#2196f3 ",
121
+ "box-shadow": "#2196f3 0px 0px 1px 1px",
122
122
"border-width": "2px",
123
123
},
124
124
)
@@ -154,8 +154,8 @@ compare-elements-position-near: (
154
154
assert-css: (
155
155
"#auto-hide-large-items",
156
156
{
157
- "background-color": "rgb(33, 150, 243) ",
158
- "border-color": "rgb(153, 153, 153) ",
157
+ "background-color": "#2196f3 ",
158
+ "border-color": "#999 ",
159
159
// 1px border when checked
160
160
"border-width": "1px",
161
161
},
@@ -164,7 +164,7 @@ assert-css: (
164
164
"#auto-hide-method-docs",
165
165
{
166
166
"background-color": "rgba(0, 0, 0, 0)",
167
- "border-color": "rgb(153, 153, 153) ",
167
+ "border-color": "#999 ",
168
168
// 2px border when unchecked
169
169
"border-width": "2px",
170
170
},
@@ -174,8 +174,8 @@ move-cursor-to: "#auto-hide-large-items"
174
174
assert-css: (
175
175
"#auto-hide-large-items",
176
176
{
177
- "background-color": "rgb(33, 150, 243) ",
178
- "border-color": "rgb(33, 150, 243) ",
177
+ "background-color": "#2196f3 ",
178
+ "border-color": "#2196f3 ",
179
179
// 1px border when checked
180
180
"border-width": "1px",
181
181
},
@@ -185,7 +185,7 @@ assert-css: (
185
185
"#auto-hide-method-docs",
186
186
{
187
187
"background-color": "rgba(0, 0, 0, 0)",
188
- "border-color": "rgb(33, 150, 243) ",
188
+ "border-color": "#2196f3 ",
189
189
// 2px border when unchecked
190
190
"border-width": "2px",
191
191
},
@@ -196,9 +196,9 @@ focus: "#auto-hide-large-items"
196
196
assert-css: (
197
197
"#auto-hide-large-items",
198
198
{
199
- "background-color": "rgb(33, 150, 243) ",
200
- "border-color": "rgb(153, 153, 153) ",
201
- "box-shadow": "rgb(33, 150, 243) 0px 0px 1px 1px",
199
+ "background-color": "#2196f3 ",
200
+ "border-color": "#999 ",
201
+ "box-shadow": "#2196f3 0px 0px 1px 1px",
202
202
// 1px border when checked
203
203
"border-width": "1px",
204
204
},
@@ -208,8 +208,8 @@ assert-css: (
208
208
"#auto-hide-method-docs",
209
209
{
210
210
"background-color": "rgba(0, 0, 0, 0)",
211
- "border-color": "rgb(153, 153, 153) ",
212
- "box-shadow": "rgb(33, 150, 243) 0px 0px 1px 1px",
211
+ "border-color": "#999 ",
212
+ "box-shadow": "#2196f3 0px 0px 1px 1px",
213
213
// 2px border when unchecked
214
214
"border-width": "2px",
215
215
},
@@ -220,9 +220,9 @@ focus: "#auto-hide-large-items"
220
220
assert-css: (
221
221
"#auto-hide-large-items",
222
222
{
223
- "background-color": "rgb(33, 150, 243) ",
224
- "border-color": "rgb(33, 150, 243) ",
225
- "box-shadow": "rgb(33, 150, 243) 0px 0px 1px 1px",
223
+ "background-color": "#2196f3 ",
224
+ "border-color": "#2196f3 ",
225
+ "box-shadow": "#2196f3 0px 0px 1px 1px",
226
226
// 1px border when checked
227
227
"border-width": "1px",
228
228
},
@@ -233,8 +233,8 @@ assert-css: (
233
233
"#auto-hide-method-docs",
234
234
{
235
235
"background-color": "rgba(0, 0, 0, 0)",
236
- "border-color": "rgb(33, 150, 243) ",
237
- "box-shadow": "rgb(33, 150, 243) 0px 0px 1px 1px",
236
+ "border-color": "#2196f3 ",
237
+ "box-shadow": "#2196f3 0px 0px 1px 1px",
238
238
// 2px border when unchecked
239
239
"border-width": "2px",
240
240
},
0 commit comments