Skip to content

Commit ddec84c

Browse files
authored
fix(ui5-tab-container): allow selection indicator on text-only tabs to overlap bottom border (#12584)
* fix(ui5-tab-container): fix selection indicator overlap selection indicator of text only tabs shows above the bottom border
1 parent 0191c43 commit ddec84c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/main/src/themes/TabInStrip.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@
154154
}
155155

156156
.ui5-tab-strip-item--selected .ui5-tab-strip-item-icon-outer::after {
157-
bottom: -0.9375rem;
157+
bottom: -1rem;
158158
}
159159

160160
.ui5-tab-strip-item--disabled {

0 commit comments

Comments
 (0)