File tree Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Expand file tree Collapse file tree 3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -157,7 +157,7 @@ textarea {
157
157
158
158
# logo_image {
159
159
position : absolute;
160
- top : 0 ;
160
+ top : 0 ;
161
161
}
162
162
163
163
# menu .top_menu ,
@@ -324,6 +324,7 @@ textarea {
324
324
font-size : 25px ;
325
325
padding : 5px ;
326
326
opacity : 0 ;
327
+ cursor : default;
327
328
}
328
329
329
330
# skip-to-content : focus {
@@ -2288,7 +2289,8 @@ p + img {
2288
2289
}
2289
2290
2290
2291
# lockup a : focus {
2291
- outline : 0 ;
2292
+ outline : active;
2293
+ outline-style : dotted;
2292
2294
}
2293
2295
2294
2296
.logo {
@@ -2899,6 +2901,13 @@ iframe {
2899
2901
z-index : 5 ;
2900
2902
}
2901
2903
2904
+ # i18n-btn a : focus {
2905
+ color : # ed225d ;
2906
+ outline : active;
2907
+ outline-style : dotted;
2908
+ }
2909
+
2910
+
2902
2911
# i18n-btn a : hover {
2903
2912
color : # ed225d ;
2904
2913
}
Original file line number Diff line number Diff line change 27
27
</head >
28
28
<body >
29
29
30
- <a href =" #content" class =" sr-only" >{{ #i18n " Skip-To-Content" }} {{ /i18n }} </a >
31
30
{{> i18n }}
32
31
<!-- .container -->
33
32
<div class =" container" >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ slug: /
10
10
<form id =" search" method =" get" action =" https://www.google.com/search" >
11
11
<input type =" hidden" name =" as_sitesearch" value =" p5js.org" >
12
12
<input id =" search_button" type =" submit" aria-label =" Search" class =' sr-only' >
13
- <input tabindex = " 2 " id =' search_field' type =" text" size =" 20" placeholder =" Search p5js.org" name =" q" >
13
+ <input id =' search_field' type =" text" size =" 20" placeholder =" Search p5js.org" name =" q" >
14
14
<label class =" sr-only" for =" search_field" >Search p5js.org</label >
15
15
</form >
16
16
You can’t perform that action at this time.
0 commit comments