Doc update

pull/496/head
Cagatay Civici 2020-09-21 17:12:41 +03:00
parent 0e1d57319e
commit e6f20f0e2c
2 changed files with 46 additions and 46 deletions

View File

@ -85,9 +85,8 @@ export default {
line-height: 1.5;
margin: 0;
}
}
::v-deep(.custombar1) {
&.custombar1 {
.p-scrollpanel-wrapper {
border-right: 9px solid var(--surface-b);
}
@ -103,7 +102,7 @@ export default {
}
}
::v-deep(.custombar2) {
&.custombar2 {
.p-scrollpanel-wrapper {
border-right: 9px solid var(--surface-b);
border-bottom: 9px solid var(--surface-b);
@ -116,4 +115,5 @@ export default {
transition: background-color .2s;
}
}
}
</style>

View File

@ -161,9 +161,8 @@ export default {
line-height: 1.5;
margin: 0;
}
}
::v-deep(.custombar1) {
&.custombar1 {
.p-scrollpanel-wrapper {
border-right: 9px solid var(--surface-b);
}
@ -179,7 +178,7 @@ export default {
}
}
::v-deep(.custombar2) {
&.custombar2 {
.p-scrollpanel-wrapper {
border-right: 9px solid var(--surface-b);
border-bottom: 9px solid var(--surface-b);
@ -192,6 +191,7 @@ export default {
transition: background-color .2s;
}
}
}
</CodeHighlight>
</TabPanel>
</TabView>