style: minor fix
This commit is contained in:
parent
10377bc322
commit
658a6b5483
2 changed files with 1 additions and 6 deletions
|
|
@ -101,11 +101,6 @@ watch(
|
|||
margin-top: 0.5rem;
|
||||
}
|
||||
|
||||
&:focus-within {
|
||||
border-style: solid;
|
||||
border-color: var(--gray-600);
|
||||
}
|
||||
|
||||
&.hovered,
|
||||
&.selected {
|
||||
border-color: var(--primary);
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ onMounted(() => store.fetch());
|
|||
box-shadow: var(--card-shadow);
|
||||
background-color: var(--card-bg);
|
||||
|
||||
:deep(.field.sortable-chosen) {
|
||||
:deep(.drag-container .field.sortable-chosen) {
|
||||
background-color: var(--bg-light-gray);
|
||||
border-radius: var(--border-radius);
|
||||
border: 1px dashed var(--gray-400);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue