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 670579f commit c3787a8Copy full SHA for c3787a8
index.js
@@ -41,18 +41,8 @@ exports.decorateConfig = config => {
41
],
42
css: `
43
${config.css || ''}
44
- .tabs_list .tab_tab.tab_active:after {
45
- content: " ";
46
- background: #6272a4;
47
- display: inline-block;
48
- width: 8px;
49
- height: 8px;
50
- position: absolute;
51
- top: 50%;
52
- left: 5px;
53
- border-radius: 100%;
54
- transform: translateY(-50%);
55
- -webkit-transform: translateY(-50%);
+ .tabs_list .tab_tab.tab_active .tab_text {
+ background: ${backgroundColor};
56
}
57
58
.tab_active:before {
0 commit comments