Skip to content

Commit ddfb1cb

Browse files
committed
Add border to the buttons
1 parent 480ebf6 commit ddfb1cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

entry_guide/src/Tabs.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ const activeTab = computed(() => props.tabs[selectedTab.value]);
4242
margin-right: 0.5em;
4343
cursor: pointer;
4444
border-bottom: 2px solid transparent;
45+
border-color: #42b983;
4546
}
4647
4748
.tab.active {

0 commit comments

Comments
 (0)