Fix styling of list-rows

This commit is contained in:
rijkvanzanten
2021-06-09 17:46:22 -04:00
parent 76a31ca020
commit 094819acb7

View File

@@ -204,7 +204,7 @@ body {
border-radius: var(--border-radius);
transition: border-color var(--fast) var(--transition);
.v-icon {
:slotted(.v-icon) {
color: var(--foreground-subdued);
&:hover {
@@ -212,15 +212,15 @@ body {
}
}
.drag-handle {
:slotted(.drag-handle) {
cursor: grab;
}
.drag-handle:active {
:slotted(.drag-handle:active) {
cursor: grabbing;
}
.spacer {
:slotted(.spacer) {
flex-grow: 1;
}