Skip to content

Commit 47d2a90

Browse files
committed
new tab design
1 parent 616cd10 commit 47d2a90

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

_sass/components/tab.scss

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -93,10 +93,8 @@
9393
}
9494

9595
.tabsection {
96-
border-bottom: $base-border-gray;
97-
border-left: $base-border-gray;
98-
border-right: $base-border-gray;
99-
border-radius: $border-radius-medium;
96+
padding: 0.1px 0; // ensure inner content is correctly padded
97+
border-left: 2px solid $base-border-color-gray;
10098

10199
.nav-tab {
102100
padding-left: 0;
@@ -122,12 +120,6 @@
122120
left: -999em;
123121
}
124122
}
125-
126-
blockquote {
127-
border: none;
128-
border-left: 4px solid $base-border-color-gray;
129-
padding: 4px 20px;
130-
}
131123
}
132124

133125
.tabsection>input:nth-child(1):checked~.tabcontent section:nth-child(1),

0 commit comments

Comments
 (0)