mirror of
https://github.com/VueTorrent/VueTorrent.git
synced 2024-11-28 13:08:53 +03:00
fix(styles): overflowing tab arrows with light theme #1040
This commit is contained in:
parent
a16fb342b8
commit
a91712a5da
1 changed files with 10 additions and 0 deletions
|
@ -196,3 +196,13 @@ body {
|
|||
.v-data-table {
|
||||
width: 100% !important;
|
||||
}
|
||||
|
||||
.v-tabs--align-with-title.theme--light>.v-slide-group--is-overflowing>.v-slide-group__prev>.v-icon,
|
||||
.v-tabs--align-with-title.theme--light>.v-slide-group--is-overflowing>.v-slide-group__next>.v-icon {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.v-tabs--align-with-title.theme--light>.v-slide-group--is-overflowing>.v-slide-group__prev--disabled>.v-icon,
|
||||
.v-tabs--align-with-title.theme--light>.v-slide-group--is-overflowing>.v-slide-group__next--disabled>.v-icon {
|
||||
color: #ffffffB0 !important;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue