File tree Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Expand file tree Collapse file tree 2 files changed +0
-13
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,6 @@ public partial class Menu
1616 protected string ? ClassString => CssBuilder . Default ( "menu" )
1717 . AddClass ( "is-bottom" , IsBottom )
1818 . AddClass ( "is-vertical" , IsVertical )
19- . AddClass ( "is-collapsed" , IsVertical && IsCollapsed )
2019 . AddClassFromAttributes ( AdditionalAttributes )
2120 . Build ( ) ;
2221
Original file line number Diff line number Diff line change 180180 background-image : none ;
181181}
182182
183- @media (min-width : 768px ) {
184- .layout-side.is-collapsed :not (:hover ) .menu.is-collapsed .submenu .text {
185- width : 0 ;
186- }
187- }
188-
189183.menu.is-bottom {
190184 position : absolute ;
191185 bottom : 0 ;
208202.menu.is-bottom .dropdown-menu-arrow :after {
209203 content : none ;
210204}
211-
212- @media (min-width : 768px ) {
213- .is-collapsed .menu .menu-text {
214- opacity : 0 ;
215- }
216- }
You can’t perform that action at this time.
0 commit comments