Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.

Commit 4134988

Browse files
authored
Merge pull request #196 from wadamek65/v10-update
Update fixtures and tests with relay-compiler v10.0.0
2 parents 9e68d50 + e51d989 commit 4134988

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+1575
-885
lines changed

example-hooks/public/index.css

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,8 @@ label[for='toggle-all'] {
246246
height: 20px;
247247
text-align: center;
248248
border-top: 1px solid #e6e6e6;
249+
display: grid;
250+
grid-template-columns: 1fr 1fr 1fr;
249251
}
250252

251253
.footer:before {
@@ -263,9 +265,20 @@ label[for='toggle-all'] {
263265
0 17px 2px -6px rgba(0, 0, 0, 0.2);
264266
}
265267

268+
.footer label {
269+
align-content: center;
270+
display: flex;
271+
justify-self: center;
272+
cursor: pointer;
273+
position: relative;
274+
}
275+
276+
.footer label input {
277+
cursor: pointer;
278+
}
279+
266280
.todo-count {
267-
float: left;
268-
text-align: left;
281+
justify-self: start;
269282
}
270283

271284
.todo-count strong {
@@ -304,11 +317,11 @@ label[for='toggle-all'] {
304317

305318
.clear-completed,
306319
html .clear-completed:active {
307-
float: right;
308320
position: relative;
309321
line-height: 20px;
310322
text-decoration: none;
311323
cursor: pointer;
324+
justify-self: end;
312325
}
313326

314327
.clear-completed:hover {

0 commit comments

Comments
 (0)