@@ -394,21 +394,25 @@ html ::selection {
394394 -webkit-overflow-scrolling : touch;
395395 flex-grow : 1 ;
396396 overflow : auto; }
397- .menu-list a {
397+ .menu-list . menu-link {
398398 display : block;
399399 padding : 0.75rem 2rem ;
400400 transition : none; }
401- .menu-list a .highlight {
402- background : # ffdd57 ;
403- color : # 310736 ; }
404- .menu-list a : hover , .menu-list a .is-selected {
405- background : # ff470f ;
406- color : # fff ; }
407- .menu-list .is-searching a {
401+ .menu-list .is-searching .menu-item {
408402 display : none; }
409- .menu-list .is-searching a . is-highlighted , .menu-list .is-searching a .is-selected {
403+ .menu-list .is-searching . menu-item . is-highlighted , .menu-list .is-searching . menu-item .is-selected {
410404 display : block; }
411405
406+ .menu-item .highlight {
407+ background : # ffdd57 ;
408+ color : # 310736 ; }
409+
410+ .menu-item : hover , .menu-item .is-selected {
411+ background : # ff470f ;
412+ color : # fff ; }
413+ .menu-item : hover .menu-item-name , .menu-item .is-selected .menu-item-name {
414+ color : # fff ; }
415+
412416.menu-list-shadow {
413417 display : block;
414418 left : 0 ;
@@ -573,19 +577,14 @@ html ::selection {
573577 flex-grow : 0 ;
574578 flex-shrink : 0 ; }
575579 .menu-collections {
576- font-size : 0.8rem ; }
577- .menu-collections ul {
578- display : flex;
579- flex-wrap : wrap; }
580- .menu-collections p .menu-collection-link {
581- position : relative;
582- right : 6px ; }
580+ font-size : 0.8rem ;
581+ padding-left : 1rem ; }
583582 .menu-nav {
584583 border-top : 1px solid # e6e6e6 ;
585584 display : flex;
586585 flex-grow : 1 ;
587586 flex-shrink : 1 ; }
588- .menu-list a {
587+ .menu-list . menu-link {
589588 padding : 0.25rem 1rem ; }
590589 .menu-hello {
591590 background : # fff ;
@@ -995,7 +994,6 @@ html ::selection {
995994 transform : translateX (4px ) translateY (50% ); }
996995
997996.value-header {
998- overflow : auto;
999997 padding-left : 1rem ; }
1000998
1001999.value-name {
@@ -1034,6 +1032,9 @@ html ::selection {
10341032.value-preview {
10351033 font-size : 14px ; }
10361034
1035+ .value-output a {
1036+ text-decoration : underline; }
1037+
10371038@media (max-width : 799px ) {
10381039 .attribute {
10391040 margin-top : 2rem ;
@@ -1176,6 +1177,8 @@ html ::selection {
11761177 background : # fff ;
11771178 font-size : 14px ;
11781179 padding : 1rem ; }
1180+ .example-output a {
1181+ text-decoration : underline; }
11791182
11801183@media (max-width : 799px ) {
11811184 .example {
0 commit comments