refs #1804 Set background color for tabs in sidebar
This commit is contained in:
parent
8004f7fa2b
commit
9eeee3591b
|
@ -44,6 +44,10 @@ export default {
|
||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.tabs /deep/ {
|
.tabs /deep/ {
|
||||||
|
.el-tabs__header {
|
||||||
|
background-color: var(--theme-selected-background-color);
|
||||||
|
}
|
||||||
|
|
||||||
.el-tabs__item {
|
.el-tabs__item {
|
||||||
color: unset;
|
color: unset;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue