45
45
-webkit-font-smoothing : subpixel-antialiased;
46
46
}
47
47
48
- input [type = text ]::-ms-clear { display : none; width : 0 ; height : 0 ; }
49
- input [type = text ]::-ms-reveal { display : none; width : 0 ; height : 0 ; }
48
+ input [type = text ]::-ms-clear {
49
+ display : none;
50
+ width : 0 ;
51
+ height : 0 ;
52
+ }
53
+
54
+ input [type = text ]::-ms-reveal {
55
+ display : none;
56
+ width : 0 ;
57
+ height : 0 ;
58
+ }
59
+
50
60
input [type = "search" ]::-webkit-search-decoration ,
51
61
input [type = "search" ]::-webkit-search-cancel-button ,
52
62
input [type = "search" ]::-webkit-search-results-button ,
53
- input [type = "search" ]::-webkit-search-results-decoration { display : none; }
63
+ input [type = "search" ]::-webkit-search-results-decoration {
64
+ display : none;
65
+ }
54
66
55
- : active , : hover , : focus {
67
+ : active , : hover {
56
68
outline : 0 ;
57
69
outline-offset : 0 ;
58
70
}
59
71
72
+ a : focus {
73
+ outline : -webkit-focus-ring-color auto 1px ;
74
+ }
75
+
76
+ input .search-action : focus {
77
+ outline : 0 ;
78
+ }
79
+
60
80
.figure-caption {
61
- font-size : 94% ;
62
- margin-top : -1.7rem ;
81
+ font-size : 94% ;
82
+ margin-top : -1.7rem ;
63
83
}
64
84
65
85
.table {
66
- max-width : 840px ;
67
- margin-top : 1.4rem ;
68
- margin-bottom : 1.4rem ;
86
+ max-width : 840px ;
87
+ margin-top : 1.4rem ;
88
+ margin-bottom : 1.4rem ;
69
89
}
70
90
71
91
body {
@@ -158,16 +178,17 @@ a, .link {
158
178
text-decoration : none !important ;
159
179
}
160
180
161
- a : hover , .link : hover {
181
+ a : hover , .link : hover , . blog-links a : focus {
162
182
background-color : rgba (71 , 124 , 188 , 0.1 );
163
183
border-radius : 2px ;
164
- border-color : var (--linkColor )
184
+ border-color : var (--linkColor );
185
+ outline : 0 ;
165
186
}
166
187
167
188
.container {
168
189
min-width : 320px ;
169
190
max-width : 1600px ;
170
- padding-top : 1.5rem ;
191
+ padding-top : 1.5rem ;
171
192
margin : auto auto auto 4rem
172
193
}
173
194
@@ -236,7 +257,6 @@ nav {
236
257
margin-right : 0
237
258
}
238
259
239
-
240
260
span .links-dots {
241
261
font-family : i8mono, "Consolas" , "Menlo" , "Courier New" , monospace
242
262
}
@@ -281,21 +301,19 @@ span.links-dots {
281
301
}
282
302
283
303
button .action-search-btn {
284
- display : flex;
285
- width : 60px ;
286
- height : 100% ;
287
- position : relative;
288
304
float : right;
289
- justify-content : center;
290
305
margin-top : 12px ;
291
- align-items : center;
292
306
background : transparent;
293
307
border : 0 ;
294
308
cursor : pointer;
295
309
outline : 0 ;
296
310
outline-offset : 0 ;
297
311
}
298
312
313
+ button .action-search-btn : focus {
314
+ outline : -webkit-focus-ring-color auto 1px ;
315
+ }
316
+
299
317
h1 .list-title {
300
318
font-family : i8sans, "Helvetica Neue" , "Arial" , sans-serif;
301
319
font-size : 96px ;
@@ -338,11 +356,11 @@ article.post p {
338
356
}
339
357
340
358
article .post p : last-of-type {
341
- margin-bottom : 0
359
+ margin-bottom : 0
342
360
}
343
361
344
362
article .post p : last-of-type {
345
- margin-bottom : 0
363
+ margin-bottom : 0
346
364
}
347
365
348
366
article .post img {
@@ -353,7 +371,7 @@ article.post img {
353
371
}
354
372
355
373
article .post li {
356
- padding-bottom : 6px
374
+ padding-bottom : 6px
357
375
}
358
376
359
377
img .mac-scr {
@@ -510,7 +528,7 @@ span.discussion-meta {
510
528
}
511
529
512
530
.pagination {
513
- font-size : 14px ;
531
+ font-size : 14px ;
514
532
margin-left : 5rem
515
533
}
516
534
@@ -717,7 +735,7 @@ ol.square-list {
717
735
}
718
736
719
737
.hljs {
720
- background : transparent ;
738
+ background : transparent;
721
739
border-radius : 4px ;
722
740
font-size : 16px ;
723
741
line-height : 1.4 ;
@@ -733,7 +751,7 @@ ol.square-list {
733
751
padding : 3rem 0 0 0
734
752
}
735
753
736
- h1 .list-title {
754
+ h1 .list-title {
737
755
padding : 3.6rem 0 1rem 0 ;
738
756
line-height : 86px
739
757
}
@@ -753,7 +771,6 @@ ol.square-list {
753
771
.pagination {
754
772
margin-left : 0
755
773
}
756
-
757
774
}
758
775
759
776
@media (max-width : 991px ) {
@@ -781,7 +798,7 @@ ol.square-list {
781
798
padding-left : 0
782
799
}
783
800
784
- h1 .list-title {
801
+ h1 .list-title {
785
802
font-size : 82px ;
786
803
line-height : 78px ;
787
804
padding : 3.6rem 0 1rem 0
@@ -803,7 +820,7 @@ ol.square-list {
803
820
opacity : 1
804
821
}
805
822
806
- .search : focus-within {
823
+ .search : focus-within {
807
824
opacity : 1
808
825
}
809
826
@@ -946,7 +963,6 @@ ol.square-list {
946
963
}
947
964
}
948
965
949
-
950
966
@media (max-width : 425px ) {
951
967
article .post {
952
968
padding : 1.6rem 0 0 0
@@ -1020,7 +1036,7 @@ ol.square-list {
1020
1036
}
1021
1037
1022
1038
.discussion-item .marked-comment , .reply-item .marked-comment {
1023
- padding-right : 1rem
1039
+ padding-right : 1rem
1024
1040
}
1025
1041
1026
1042
.pagination-shortcut {
0 commit comments