Skip to content

Commit

Permalink
removed comments
Browse files Browse the repository at this point in the history
  • Loading branch information
willcAND committed Jun 23, 2023
1 parent 4c1a21b commit 4399f43
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions src/components/tabs/_tabs.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
//if margin and/or padding of the component changes, the hardcoded value (70.4) inside tabs.js will need to be updated.
.ons-tabs {
margin-bottom: 1rem;

Expand All @@ -17,17 +16,6 @@
&--row {
margin: 0;
position: relative;

// &::after {
// background: var(--ons-color-borders);
// bottom: 0;
// box-shadow: 0 1px 0 0 var(--ons-color-page-light);
// content: '';
// height: 1px;
// left: 0;
// position: absolute;
// width: 100%;
// }
}
}
&__container {
Expand Down

0 comments on commit 4399f43

Please sign in to comment.