File tree Expand file tree Collapse file tree 4 files changed +3
-33
lines changed Expand file tree Collapse file tree 4 files changed +3
-33
lines changed Original file line number Diff line number Diff line change 19
19
"dependencies" : {
20
20
"@fontsource/poppins" : " ^5.0.5" ,
21
21
"lazysizes" : " ^5.3.2" ,
22
- "oneloop.js" : " ^5.0.0" ,
23
- "what-input" : " ^5.2.10"
22
+ "oneloop.js" : " ^5.0.0"
24
23
},
25
24
"devDependencies" : {
26
25
"@wordpress/blocks" : " ^11.16.0" ,
Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ import lazySizes from 'lazysizes'
2
2
import 'lazysizes/plugins/native-loading/ls.native-loading'
3
3
import 'lazysizes/plugins/object-fit/ls.object-fit'
4
4
import 'lazysizes/plugins/print/ls.print'
5
- import 'what-input'
6
5
import './classes/ScrollDirection'
7
6
import './classes/ButtonSeoClick'
8
7
import './classes/Header'
Original file line number Diff line number Diff line change 5
5
select ,
6
6
textarea ,
7
7
[tabindex ] {
8
- & :focus {
8
+ & :focus-visible {
9
9
outline : 2px solid currentColor ;
10
10
outline-offset : .5rem ;
11
11
}
12
12
}
13
-
14
- & :not ([data-whatintent = " keyboard" ]) {
15
- a ,
16
- button ,
17
- input ,
18
- select ,
19
- textarea ,
20
- [tabindex ] {
21
- & :focus {
22
- outline : none ;
23
- }
24
- }
25
- }
26
13
}
27
14
28
15
%focus-seo-container {
29
- & :focus-within {
16
+ & :has ( : focus-visible ) {
30
17
outline : 2px solid currentColor ;
31
18
outline-offset : .5rem ;
32
19
}
33
20
34
21
* :focus {
35
22
outline : none ;
36
23
}
37
-
38
- html :not ([data-whatintent = " keyboard" ]) & {
39
- & :focus-within ,
40
- * :focus {
41
- outline : none ;
42
- }
43
- }
44
24
}
Original file line number Diff line number Diff line change @@ -3227,7 +3227,6 @@ __metadata:
3227
3227
webpack-manifest-plugin : 5.0.0
3228
3228
webpack-merge : ^5.7.3
3229
3229
webpackbar : ^5.0.0-3
3230
- what-input : ^5.2.10
3231
3230
languageName : unknown
3232
3231
linkType : soft
3233
3232
@@ -12758,13 +12757,6 @@ __metadata:
12758
12757
languageName : node
12759
12758
linkType : hard
12760
12759
12761
- " what-input@npm:^5.2.10 " :
12762
- version : 5.2.12
12763
- resolution : " what-input@npm:5.2.12"
12764
- checksum : 05edbb24c8a5a3711cec647cdc36686924e13829b63d8b5ca46a95be9eb0663b767b1b1e229b7b0707a63bffe5fb5225935aaf098db56ebe1f7728ed792988a1
12765
- languageName : node
12766
- linkType : hard
12767
-
12768
12760
" which-module@npm:^2.0.0 " :
12769
12761
version : 2.0.0
12770
12762
resolution : " which-module@npm:2.0.0"
You can’t perform that action at this time.
0 commit comments