We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 616cd10 commit 47d2a90Copy full SHA for 47d2a90
_sass/components/tab.scss
@@ -93,10 +93,8 @@
93
}
94
95
.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;
+ padding: 0.1px 0; // ensure inner content is correctly padded
+ border-left: 2px solid $base-border-color-gray;
100
101
.nav-tab {
102
padding-left: 0;
@@ -122,12 +120,6 @@
122
120
left: -999em;
123
121
124
125
-
126
- blockquote {
127
- border: none;
128
- border-left: 4px solid $base-border-color-gray;
129
- padding: 4px 20px;
130
- }
131
132
133
.tabsection>input:nth-child(1):checked~.tabcontent section:nth-child(1),
0 commit comments