diff --git a/src/components/tabs/_tabs.scss b/src/components/tabs/_tabs.scss index 03f559398c..2c013b944b 100644 --- a/src/components/tabs/_tabs.scss +++ b/src/components/tabs/_tabs.scss @@ -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; @@ -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 {