@@ -251,7 +251,7 @@ $nav_height: 60px;
251251 .ff-dropdown-options {
252252 position : absolute ;
253253 min-width : $sidenav_width ;
254- display : block ;
254+ display : none ;
255255 z-index : 10 ;
256256 border-bottom : 0 ;
257257 max-height : initial ;
@@ -344,7 +344,6 @@ $nav_height: 60px;
344344 padding : 16px ;
345345 svg {
346346 fill : white ;
347- min-width : 24px ;
348347 }
349348 & .active {
350349 cursor : pointer ;
@@ -355,7 +354,6 @@ $nav_height: 60px;
355354 padding : 16px ;
356355 img {
357356 padding : 0 ;
358- min-width : 24px ;
359357 }
360358 & .active {
361359 cursor : pointer ;
@@ -394,19 +392,8 @@ $nav_height: 60px;
394392 .ff-navigation-right {
395393 height : 100% ;
396394 }
397- .ff-desktop-navigation-right {
398- & > * {
399- border-left : 1px solid $ff-grey-500 ;
400- }
401- }
402- .ff-mobile-navigation-right {
403- img ,
404- button {
405- cursor : pointer ;
406- }
407- }
408395 .ff-dropdown {
409- // display: none;
396+ display : none ;
410397 height : calc (#{$nav_height } - 2px );
411398 color : white ;
412399 min-width : $sidenav_width ;
@@ -419,10 +406,9 @@ $nav_height: 60px;
419406 display : flex ;
420407 justify-content : space-between ;
421408 align-items : center ;
422- border : none ;
423- // border-width: 0 0 0 1px;
424- // border-color: $ff-grey-500;
425- // border-radius: 0;
409+ border-width : 0 0 0 1px ;
410+ border-color : $ff-grey-500 ;
411+ border-radius : 0 ;
426412 background-color : $ff-grey-800 ;
427413 & :hover {
428414 background-color : $ff-grey-700 ;
@@ -459,10 +445,6 @@ $nav_height: 60px;
459445 .ff-user-options {
460446 width : auto ;
461447 min-width : $nav_height ;
462-
463- & .ff-navigation {
464- left : auto ;
465- }
466448 .ff-dropdown-options {
467449 width : $sidenav_width ;
468450 }
@@ -668,9 +650,6 @@ $nav_height: 60px;
668650 & .open {
669651 left : 0 ;
670652 }
671- & .closed {
672- left : - $sidenav_width ;
673- }
674653 & .ff-navigation-right.open {
675654 left : initial ;
676655 right : 0 ;
@@ -722,13 +701,6 @@ $nav_height: 60px;
722701 /* Platform */
723702 .ff-layout--platform--wrapper {
724703 grid-template-columns : $sidenav_width 1fr ;
725-
726- & .closed {
727- grid-template-columns : 1fr ;
728- #platform-sidenav {
729- display : none ;
730- }
731- }
732704 }
733705 .ff-navigation {
734706 left : 0 ;
@@ -738,12 +710,14 @@ $nav_height: 60px;
738710 .ff-header--mobile-toggle {
739711 display : none ;
740712 }
741- .ff-header--mobile-usertoggle ,
742- .ff-header--mobile-notificationstoggle {
713+ .ff-header--mobile-usertoggle {
743714 display : none ;
744715 }
745716 img .ff-logo {
746717 padding : 16px ;
747718 }
719+ .ff-dropdown {
720+ display : block ;
721+ }
748722 }
749723}
0 commit comments