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 4747 "prepare" : " husky"
4848 },
4949 "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\\ -]+)$)" ,
5151 "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."
5252 },
5353 "keywords" : [],
Original file line number Diff line number Diff line change 5757 [aria-selected = " true" ]
5858 ) {
5959 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+ }
6092 }
6193 }
6294 }
You can’t perform that action at this time.
0 commit comments