Skip to content

Commit

Permalink
fix(ui5-tab): semantic icon is properly aligned in high contrast themes
Browse files Browse the repository at this point in the history
fixes: #10455
  • Loading branch information
s-todorova committed Jan 6, 2025
1 parent 7da765c commit c352dd4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/main/src/themes/TabInOverflow.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
display: none;
}

.ui5-tab-semantic-icon {
position: absolute;
inset-inline-start: -0.25rem;
}

.ui5-tab-overflow-item--positive:not(.ui5-tab-overflow-item--disabled) .ui5-tab-overflow-itemContent {
color: var(--_ui5_tc_overflowItem_positive_color);
}
Expand Down

0 comments on commit c352dd4

Please sign in to comment.