Commit f06a21d 1 parent 0bad5b9 commit f06a21d Copy full SHA for f06a21d
File tree 2 files changed +11
-2
lines changed
02-components/mainnavigation
2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 10
10
order : 1 ;
11
11
}
12
12
13
+ // Header Components positioning, :has non-supporting browsers fallback
14
+ @supports not selector (:has (db )) {
15
+ margin : auto ;
16
+ }
17
+
13
18
// The links shouldn't get an underline as text-decoration
14
19
.elm-link {
15
20
// We need to reset the general border-radius here
Original file line number Diff line number Diff line change 15
15
padding-right : to-rem ($pxValue : 16 );
16
16
17
17
// We'll need to keep this for legacy reasons, to position the navigation even within a metanavigation included in header
18
- & ::after {
19
- content : " " ;
18
+ & :not (:has (.rea-meta )) {
19
+ & ::after {
20
+ content : " " ;
21
+ display : inline-block ;
22
+ order : 3 ;
23
+ }
20
24
}
21
25
22
26
.elm-link {
You can’t perform that action at this time.
0 commit comments