mirror of
https://github.com/directus/directus.git
synced 2026-04-25 03:00:53 -04:00
Fix styling of list-rows
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user