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 480ebf6 commit ddfb1cbCopy full SHA for ddfb1cb
entry_guide/src/Tabs.vue
@@ -42,6 +42,7 @@ const activeTab = computed(() => props.tabs[selectedTab.value]);
42
margin-right: 0.5em;
43
cursor: pointer;
44
border-bottom: 2px solid transparent;
45
+ border-color: #42b983;
46
}
47
48
.tab.active {
0 commit comments