Added library list UI

This commit is contained in:
Stefan Zermatten
2019-05-10 13:05:21 +02:00
parent de183297fc
commit 9a194a20cb
11 changed files with 217 additions and 35 deletions

View File

@@ -0,0 +1,14 @@
/**
* Some componets are used as targets for dialog animations often, and thus
* require a background color. Inheriting the color from the nearest ancestor
* that is known to have a background ensures that the background is
* consistent for both light and dark themes
**/
.v-list > div {
background-color: inherit;
}
.v-list > div > .v-list__tile {
background-color: inherit;
}