File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed
source/_patterns/02-components/language-switcher Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change 47
47
"prepare" : " husky"
48
48
},
49
49
"validate-branch-name" : {
50
- "pattern" : " ((dependabot-)|^((test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\ -[a-zA-Z0-9\\ -]+)$)" ,
50
+ "pattern" : " ((dependabot-)|^((version| test|feat|fix|chore|docs|refactor|style|ci|perf|[0-9]+)\\ -[a-zA-Z0-9\\ -]+)$)" ,
51
51
"errorMsg" : " There is something wrong with your branch name. You should rename your branch to a valid name and try again. See the Pattern below."
52
52
},
53
53
"keywords" : [],
Original file line number Diff line number Diff line change 57
57
[aria-selected = " true" ]
58
58
) {
59
59
top : to-rem ($pxValue : 54 * 6 );
60
+
61
+ &
62
+ ~ li :not (
63
+ [aria-current = " page" ],
64
+ [aria-selected = " true" ]
65
+ ) {
66
+ top : to-rem ($pxValue : 54 * 7 );
67
+
68
+ &
69
+ ~ li :not (
70
+ [aria-current = " page" ],
71
+ [aria-selected = " true" ]
72
+ ) {
73
+ top : to-rem ($pxValue : 54 * 8 );
74
+
75
+ &
76
+ ~ li :not (
77
+ [aria-current = " page" ],
78
+ [aria-selected = " true" ]
79
+ ) {
80
+ top : to-rem ($pxValue : 54 * 9 );
81
+
82
+ &
83
+ ~ li :not (
84
+ [aria-current = " page" ],
85
+ [aria-selected = " true" ]
86
+ ) {
87
+ top : to-rem ($pxValue : 54 * 10 );
88
+ }
89
+ }
90
+ }
91
+ }
60
92
}
61
93
}
62
94
}
You can’t perform that action at this time.
0 commit comments