File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 width : 100% ;
77 height : 80vh ;
88 transform : translateY (calc (-100% - 2em ));
9- transition : transform var (--layout-timing-extra-fast );
109 z-index : var (--z-index-menu );
1110 pointer-events : none;
11+ transition : transform var (--layout-timing-extra-fast );
1212}
1313
1414.menu : focus {
2222.menu-area {
2323 background-color : rgb (var (--theme-gray-01 ));
2424 border-radius : var (--theme-radius );
25- box-shadow : var (--layout-shadow-large );
2625 width : 100% ;
2726 max-height : 100% ;
2827 overflow-y : auto;
28+ box-shadow : var (--layout-shadow-large );
2929 pointer-events : all;
3030 transition : background-color var (--layout-timing-extra-fast );
3131}
3232
33+ .is-edge .menu-area {
34+ background-color : rgba (var (--theme-gray-01 ), 0.8 );
35+ }
36+
3337.menu-nav {
3438 display : flex;
3539 flex-direction : row;
You can’t perform that action at this time.
0 commit comments