Skip to content

Commit 4935d2c

Browse files
authored
chore(ui5-tabcontainer): remove unused classes getter (#10887)
1 parent ad5d7a5 commit 4935d2c

File tree

1 file changed

+0
-25
lines changed

1 file changed

+0
-25
lines changed

packages/main/src/TabContainer.ts

Lines changed: 0 additions & 25 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)