refs #1804 Set background color for tabs in sidebar

This commit is contained in:
AkiraFukushima 2020-10-27 21:28:44 +09:00
parent 8004f7fa2b
commit 9eeee3591b
1 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,10 @@ export default {
<style lang="scss" scoped>
.tabs /deep/ {
.el-tabs__header {
background-color: var(--theme-selected-background-color);
}
.el-tabs__item {
color: unset;
}