Skip to content

Commit

Permalink
Fix styling of list-rows
Browse files Browse the repository at this point in the history
  • Loading branch information
rijkvanzanten committed Jun 9, 2021
1 parent 76a31ca commit 094819a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions app/src/components/v-list/v-list-item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -204,23 +204,23 @@ body {
border-radius: var(--border-radius);
transition: border-color var(--fast) var(--transition);
.v-icon {
:slotted(.v-icon) {
color: var(--foreground-subdued);
&:hover {
color: var(--foreground-normal);
}
}
.drag-handle {
:slotted(.drag-handle) {
cursor: grab;
}
.drag-handle:active {
:slotted(.drag-handle:active) {
cursor: grabbing;
}
.spacer {
:slotted(.spacer) {
flex-grow: 1;
}
Expand Down

0 comments on commit 094819a

Please sign in to comment.