Skip to content

Commit

Permalink
feat: Hide empty slider icons in Tabs - MEED-2846 - Meeds-io/MIPs#100 (
Browse files Browse the repository at this point in the history
…#703)

Prior to this change, when a Tab list overflows comparing to its parent
container, the disabled arrow icon isn't displayed and a blank square is
displayed instead. This change will hide the arrow container when not
active.
  • Loading branch information
boubaker authored and SaraBoutej committed Nov 21, 2023
1 parent db4508c commit 01ccc5f
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,10 @@
margin-left: -23px;
margin-top: -23px;
}
.v-slide-group__next--disabled,
.v-slide-group__prev--disabled {
display: none;
}

.warning {
background: @warningBackground !important;
Expand Down

0 comments on commit 01ccc5f

Please sign in to comment.