File tree Expand file tree Collapse file tree 1 file changed +74
-35
lines changed Expand file tree Collapse file tree 1 file changed +74
-35
lines changed Original file line number Diff line number Diff line change 76
76
}
77
77
78
78
.menu-trigger : before {
79
- font-family : 'Material-Design-Iconic-Font' ;
80
- content : '\f197' ;
79
+ font-family : 'Material-Design-Iconic-Font' ;
80
+
81
+ content : '\f197' ;
82
+
81
83
font-size : 22pt ;
82
84
83
85
}
@@ -168,7 +170,12 @@ body{
168
170
margin : 0 ;
169
171
cursor : pointer;
170
172
user-select : none;
173
+ -webkit-user-select : none;
174
+ }
175
+ .dropdown-heading {
176
+ -webkit-tap-highlight-color : transparent;
171
177
}
178
+
172
179
.dropdown-heading : hover ,
173
180
.menu-items li a : hover {
174
181
background : var (--skin-hover );
@@ -212,51 +219,83 @@ body{
212
219
}
213
220
214
221
/* Dropdowns */
215
- .has-sub ul {
216
- list-style : none;
217
- overflow : hidden;
218
- height : 0px ;
219
- transition : .360s ;
222
+ .has-sub ul {
223
+
224
+ list-style : none;
225
+
226
+ overflow : hidden;
227
+
228
+ height : 0px ;
229
+
230
+ transition : .360s ;
231
+
220
232
background : # f2f9f9 ;
221
- }
222
-
223
- .has-sub ul li a {
224
- display : block;
225
- padding : 12px 33px ;
226
- border-bottom : 0 ;
233
+ }
234
+
235
+
236
+
237
+ .has-sub ul li a {
238
+
239
+ display : block;
240
+
241
+ padding : 12px 33px ;
242
+
243
+ border-bottom : 0 ;
244
+
227
245
font-size : 13px ;
228
246
color : # 444 ;
229
247
transition : .1s ;
230
248
-webkit-transition : .1s ;
231
249
border-bottom : 1px dotted # e1e1e1 ;
232
- }
250
+ }
251
+
233
252
.has-sub ul li a : hover {
234
253
background : # dedede ;
235
254
transition : .1s ;
236
255
-webkit-transition : .1s ;
237
256
}
238
257
239
- .has-sub span {
240
- display : block;
241
- box-sizing : border-box;
242
-
243
- }
244
-
245
- .has-sub i .arrow {
246
- float : right;
247
- margin-right : 10px ;
248
- transition : 0.360s ;
258
+ .has-sub span {
259
+
260
+ display : block;
261
+
262
+ box-sizing : border-box;
263
+
264
+
265
+
266
+ }
267
+
268
+
269
+
270
+ .has-sub i .arrow {
271
+
272
+ float : right;
273
+
274
+ margin-right : 10px ;
275
+
276
+ transition : 0.360s ;
277
+
249
278
font-size : 16px ;
250
- }
251
-
252
- .has-sub .arrowdown {
253
- transform : rotateZ (180deg );
254
- -webkit-transform : rotateZ (180deg );
255
- -moz-transform : rotateZ (180deg );
256
- transition : 0.360s ;
257
- -webkit-transition : 0.360s ;
258
- -moz-transition : 0.360s ;
259
- }
279
+ }
280
+
281
+
282
+
283
+ .has-sub .arrowdown {
284
+
285
+ transform : rotateZ (180deg );
286
+
287
+ -webkit-transform : rotateZ (180deg );
288
+
289
+ -moz-transform : rotateZ (180deg );
290
+
291
+ transition : 0.360s ;
292
+
293
+ -webkit-transition : 0.360s ;
294
+
295
+ -moz-transition : 0.360s ;
296
+
297
+ }
298
+
260
299
.col {
261
300
display : table;
262
301
@@ -340,4 +379,4 @@ body{
340
379
}
341
380
.logo a : hover {
342
381
color : var (--skin-hover );
343
- }
382
+ }
You can’t perform that action at this time.
0 commit comments