File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 247
247
padding-right : rem (32px );
248
248
position : relative ;
249
249
background-image : url ($baseurl + " /assets/images/chevron-right-white.svg" );
250
- background-size : 7px 12 px ;
251
- background-position : top 7 px right 15px ;
250
+ background-size : 7px 18 px ;
251
+ background-position : top 6 px right 15px ;
252
252
background-repeat : no-repeat ;
253
253
& :hover {
254
254
background-image : url ($baseurl + " /assets/images/chevron-right-orange.svg" );
259
259
padding-right : rem (32px );
260
260
position : relative ;
261
261
background-image : url ($baseurl + " /assets/images/chevron-down-white.svg" );
262
- background-size : 13 px 13 px ;
262
+ background-size : 14 px 18 px ;
263
263
background-position : top 7px right 10px ;
264
264
background-repeat : no-repeat ;
265
265
& :hover {
305
305
width : 226px ;
306
306
display : none ;
307
307
position : absolute ;
308
- top : rem (50px );
309
308
z-index : 1000 ;
310
309
display : none ;
311
310
float : left ;
312
311
min-width : 10rem ;
313
312
padding : 0.5rem 0 ;
314
- margin : 0.125rem 0 0 ;
315
313
font-size : 1rem ;
316
314
color : #212529 ;
317
315
text-align : left ;
322
320
border-radius : 0.25rem ;
323
321
}
324
322
325
- .ecosystem-dropdown-menu.show-menu , .resources-dropdown-menu.show-menu {
326
- display : block ;
323
+ .ecosystem-dropdown :hover , .resources-dropdown :hover {
324
+ .ecosystem-dropdown-menu , .resources-dropdown-menu {
325
+ display : block ;
326
+ }
327
327
}
328
328
329
329
.main-menu ul li {
Original file line number Diff line number Diff line change 1
- $ ( "[data-toggle='ecosystem-dropdown']" ) . on ( "click" , function ( ) {
1
+ $ ( "[data-toggle='ecosystem-dropdown']" ) . hover ( function ( ) {
2
2
toggleDropdown ( $ ( this ) . attr ( "data-toggle" ) ) ;
3
3
toggleArrowClass ( ".ecosystem-option" ) ;
4
4
} ) ;
5
5
6
- $ ( "[data-toggle='resources-dropdown']" ) . on ( "click" , function ( ) {
6
+ $ ( "[data-toggle='resources-dropdown']" ) . hover ( function ( ) {
7
7
toggleDropdown ( $ ( this ) . attr ( "data-toggle" ) ) ;
8
8
toggleArrowClass ( ".resource-option" ) ;
9
9
} ) ;
You can’t perform that action at this time.
0 commit comments