File tree 2 files changed +19
-16
lines changed
2 files changed +19
-16
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ const PrimaryNav = ({
119
119
onResize = { onRightMenuResize }
120
120
/>
121
121
{ rightMenu && (
122
- < div className = { styles . primaryLevel1 } >
122
+ < div className = { cn ( styles . primaryLevel1 , styles . rightMenuPrimaryLevel1 ) } >
123
123
{ rightMenu }
124
124
</ div >
125
125
) }
Original file line number Diff line number Diff line change 75
75
width : 1px ;
76
76
background : $gray-70 ;
77
77
78
- @include mobile-only ;
79
-
80
- & :first-of-type {
81
- display : none ;
78
+ @include mobile {
79
+ & :first-of-type {
80
+ display : none ;
81
+ }
82
82
}
83
83
}
84
84
95
95
margin : 0 $base-unit * 4 ;
96
96
}
97
97
98
- & ::before {
99
- content : " " ;
100
- position : absolute ;
101
- display : block ;
102
- left : - $base-unit * 6 ;
103
- top : 0 ;
104
- width : 1px ;
105
- height : 100% ;
106
- background : $gray-70 ;
107
-
108
- @include hide-mobile ;
98
+ & .rightMenuPrimaryLevel1 {
99
+ & ::before {
100
+ cursor : default ;
101
+ content : " " ;
102
+ position : absolute ;
103
+ display : block ;
104
+ left : - $base-unit * 6 ;
105
+ top : 0 ;
106
+ width : 1px ;
107
+ height : 100% ;
108
+ background : $gray-70 ;
109
+
110
+ @include hide-mobile ;
111
+ }
109
112
}
110
113
111
114
& .primaryLevel1Open {
You can’t perform that action at this time.
0 commit comments