Skip to content

Commit

Permalink
Fixes issue with border on states on tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
HeleenSG committed Sep 20, 2023
1 parent fc09715 commit de2a275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions manon/tabs-variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@
/*------------------------------ tabs-variables.scss -------------------------------*/
/*----------------------------------------------------------------------------------*/
:root {
--tabs-border-top-width: 0;
--tabs-border-right-width: 0;
--tabs-border-bottom-width: 1px;
--tabs-border-left-width: 0;
--tabs-border-width: 0 0 1px 0;
--tabs-border-style: solid;
--tabs-border-color: #808080;
--tabs-background-color: transparent;
Expand Down
5 changes: 1 addition & 4 deletions manon/tabs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
display: flex;
flex-direction: row;
justify-content: flex-start;
border-top-width: var(--tabs-border-top-width);
border-right-width: var(--tabs-border-right-width);
border-bottom-width: var(--tabs-border-bottom-width);
border-left-width: var(--tabs-border-left-width);
border-width: var(--tabs-border-width);
border-style: var(--tabs-border-style);
border-color: var(--tabs-border-color);
gap: var(--tabs-gap);
Expand Down

0 comments on commit de2a275

Please sign in to comment.