File tree Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Expand file tree Collapse file tree 3 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ class Tab extends UI5Element {
405
405
classes . push ( `ui5-tab-overflow-item--${ this . design . toLowerCase ( ) } ` ) ;
406
406
}
407
407
408
- if ( this . disabled ) {
408
+ if ( this . effectiveDisabled ) {
409
409
classes . push ( "ui5-tab-overflow-item--disabled" ) ;
410
410
}
411
411
Original file line number Diff line number Diff line change 2
2
id =" {{ this._id }} "
3
3
class =" {{ this.overflowClasses }} "
4
4
type =" {{ this.overflowState }} "
5
- ?disabled =" {{ this.effectiveDisabled }} "
6
5
aria-disabled =" {{ this.effectiveDisabled }} "
7
6
aria-selected =" {{ this.effectiveSelected }} "
8
7
aria-labelledby =" {{ this.ariaLabelledBy }} "
Original file line number Diff line number Diff line change 417
417
" --sapToolbar_SeparatorColor" ,
418
418
" --sapWarningBackground" ,
419
419
" --sapWarningBorderColor"
420
- ]
420
+ ]
You can’t perform that action at this time.
0 commit comments