File tree 1 file changed +3
-3
lines changed
src/BlazorUI/Bit.BlazorUI/Components/Navs/Nav
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 64
64
{
65
65
< div class = " bit-nav-itg" >
66
66
< div class = " bit-nav-iit" style = " @(Nav.ReversedChevron ? " flex - flow : row - reverse " : null)" >
67
- < i class = " bit-icon bit-icon--@(Nav.ChevronDownIcon ?? " ChevronRight " ) @(Nav.ChevronDownIcon.HasNoValue () && isExpanded ? " bit - nav - exp " : " bit - ico - r90 " )" aria - hidden = " true" / >
67
+ < i class = " bit-icon bit-icon--@(Nav.ChevronDownIcon ?? " ChevronRight " ) @(Nav.ChevronDownIcon.HasValue () ? " " : ( isExpanded ? " bit - nav - exp " : " bit - ico - r90 " ) )" aria - hidden = " true" / >
68
68
< span class = " bit-nav-ghd" > @text < / span >
69
69
< / div >
70
70
< div title = " @description"
77
77
else
78
78
{
79
79
<div class =" bit-nav-iit" style =" @(Nav .ReversedChevron ? " flex-flow:row-reverse " : null)" >
80
- <i class =" bit-icon bit-icon--@(Nav.ChevronDownIcon ?? " ChevronRight " ) @(Nav.ChevronDownIcon.HasNoValue () && isExpanded ? " bit-nav-exp " : " bit-ico-r90 " )" aria-hidden =" true" />
80
+ <i class =" bit-icon bit-icon--@(Nav.ChevronDownIcon ?? " ChevronRight " ) @(Nav.ChevronDownIcon.HasValue () ? " " : ( isExpanded ? " bit-nav-exp " : " bit-ico-r90 " ) )" aria-hidden =" true" />
81
81
<span class =" bit-nav-ghd" >@text </span >
82
82
</div >
83
83
}
139
139
class = " bit-nav-cbt @Nav.Classes?.ToggleButton"
140
140
aria - expanded = " @(isExpanded ? " true " : " false " )"
141
141
aria - label = " @(isExpanded ? colAriaLabel : expAriaLabel)" >
142
- < i class = " bit-icon bit-icon--@(Nav.ChevronDownIcon ?? " ChevronRight " ) @(Nav.ChevronDownIcon.HasNoValue () && isExpanded ? " bit - nav - exp " : " bit - ico - r90 " )" aria - hidden = " true" / >
142
+ < i class = " bit-icon bit-icon--@(Nav.ChevronDownIcon ?? " ChevronRight " ) @(Nav.ChevronDownIcon.HasValue () ? " " : ( isExpanded ? " bit - nav - exp " : " bit - ico - r90 " ) )" aria - hidden = " true" / >
143
143
< / div >
144
144
}
145
145
< div style = " @GetItemStyles()"
You can’t perform that action at this time.
0 commit comments