File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 9999 transform : rotate (-90deg );
100100}
101101
102- .menu .text {
102+ .menu .menu- text {
103103 overflow : hidden ;
104104 vertical-align : top ;
105105 display : inline-block ;
106106 transition : width .3s linear ;
107107}
108108
109- .menu .nav .nav-link .text {
109+ .menu .nav .nav-link .menu- text {
110110 margin-left : 4px ;
111111}
112112
162162 transform : rotate (-90deg );
163163}
164164
165- .menu .submenu .nav-link .text ,
165+ .menu .submenu .nav-link .menu- text ,
166166.menu .submenu .nav-link .widget {
167167 margin : 0 4px ;
168168}
Original file line number Diff line number Diff line change 1313 <NavLink @attributes =" @AdditionalAttributes" @onclick:preventDefault =" @PreventDefault" class =" @ClassString" href =" @HrefString" target =" @TargetString" Match =" @ItemMatch" style =" @StyleClassString " aria-expanded =" @AriaExpandedString" >
1414 <div class =" flex-fill" >
1515 <i class =" @IconString" ></i >
16- <span class =" text" >@Item.Text </span >
16+ <span class =" menu- text" >@Item.Text </span >
1717 </div >
1818 @if (Item .Template != null )
1919 {
Original file line number Diff line number Diff line change 1111 {
1212 <i class =" @GetIconString(menu.Icon)" ></i >
1313 }
14- <span class =" text" >@menu.Text </span >
14+ <span class =" menu- text" >@menu.Text </span >
1515 </a >
1616 @if (! menu .IsDisabled )
1717 {
You can’t perform that action at this time.
0 commit comments