File tree Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Expand file tree Collapse file tree 2 files changed +26
-6
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,7 @@ $gutter: 10px; // Base gutter
101
101
text-transform : uppercase ;
102
102
}
103
103
104
- & :hover ,
105
- & :focus-within {
104
+ & :hover {
106
105
> ul {
107
106
opacity : 1 ;
108
107
visibility : visible ;
@@ -113,6 +112,20 @@ $gutter: 10px; // Base gutter
113
112
color : #fff ;
114
113
}
115
114
}
115
+
116
+ // Duplicate stuff due to
117
+ // https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/16651302/
118
+ & :focus-within {
119
+ > ul {
120
+ opacity : 1 ;
121
+ visibility : visible ;
122
+ margin : 0 ;
123
+ }
124
+
125
+ > a {
126
+ color : #fff ;
127
+ }
128
+ }
116
129
}
117
130
118
131
& __hasDropdown :before {
@@ -171,12 +184,19 @@ $gutter: 10px; // Base gutter
171
184
width : 100% ;
172
185
border-color : lighten ($baseMenuBackground , 15% );
173
186
174
- & :hover ,
175
- & :focus-within {
187
+ & :hover {
176
188
background-color : $secondaryMenuBackground ;
177
189
border-color : $secondaryMenuBackground ;
178
190
color : #fff ;
179
191
}
192
+
193
+ // Duplicate stuff due to
194
+ // https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/16651302/
195
+ & :focus-within {
196
+ background-color : $secondaryMenuBackground ;
197
+ border-color : $secondaryMenuBackground ;
198
+ color : #fff ;
199
+ }
180
200
}
181
201
}
182
202
You can’t perform that action at this time.
0 commit comments