style: minor fix

This commit is contained in:
Shariq Ansari 2022-10-18 23:52:54 +05:30
parent 10377bc322
commit 658a6b5483
2 changed files with 1 additions and 6 deletions

View file

@ -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);

View file

@ -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);