Skip to content

Commit

Permalink
8272. Firefox style changes
Browse files Browse the repository at this point in the history
  • Loading branch information
yohannahbautista committed Jan 16, 2024
1 parent 4bd8367 commit 65eec6e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/tabs-module/_tabs-module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -818,7 +818,6 @@ html[dir='rtl'] {
.add-tab-button {
span:first-child {
position: relative;
top: -3px;
}
}

Expand All @@ -828,6 +827,10 @@ html[dir='rtl'] {
padding-top: 8px;
}
}

.tab-list .tab:hover.dismissible svg.icon.close {
right: 5px;
}
}

.tab-container.module-tabs {
Expand Down

0 comments on commit 65eec6e

Please sign in to comment.