File tree Expand file tree Collapse file tree 1 file changed +0
-25
lines changed
Expand file tree Collapse file tree 1 file changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -1433,31 +1433,6 @@ class TabContainer extends UI5Element {
14331433 return ( parent ! ?? this ) . items ;
14341434 }
14351435
1436- get classes ( ) {
1437- return {
1438- root : {
1439- "ui5-tc-root" : true ,
1440- "ui5-tc--textOnly" : this . textOnly ,
1441- "ui5-tc--noTabSelected" : ! this . _selectedTab ,
1442- "ui5-tc--withAdditionalText" : this . withAdditionalText ,
1443- "ui5-tc--standardTabLayout" : this . standardTabLayout ,
1444- } ,
1445- header : {
1446- "ui5-tc__header" : true ,
1447- } ,
1448- tabStrip : {
1449- "ui5-tc__tabStrip" : true ,
1450- } ,
1451- separator : {
1452- "ui5-tc__separator" : true ,
1453- } ,
1454- content : {
1455- "ui5-tc__content" : true ,
1456- "ui5-tc__content--collapsed" : this . _contentCollapsed ,
1457- } ,
1458- } ;
1459- }
1460-
14611436 get mixedMode ( ) {
14621437 const tabs = this . _getTabs ( ) ;
14631438
You can’t perform that action at this time.
0 commit comments