first commit
This commit is contained in:
32
scss/components/_VList.scss
Executable file
32
scss/components/_VList.scss
Executable file
@@ -0,0 +1,32 @@
|
||||
.v-list.theme-list {
|
||||
.v-list-item:hover > .v-list-item__overlay {
|
||||
opacity: 1;
|
||||
z-index: 1;
|
||||
}
|
||||
.v-list-item--variant-text {
|
||||
.v-list-item__overlay {
|
||||
background: rgb(var(--v-theme-light));
|
||||
}
|
||||
}
|
||||
|
||||
.v-list-item__prepend,
|
||||
.v-list-item__content {
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
.v-list-item__overlay {
|
||||
background-color: rgb(var(--v-theme-light));
|
||||
}
|
||||
|
||||
.v-list-item.v-list-item--active{
|
||||
.v-list-item__overlay{
|
||||
opacity: 1;
|
||||
}
|
||||
}
|
||||
|
||||
.mail-items{
|
||||
min-height: 40px !important;
|
||||
margin-bottom: 5px !important;
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user