Skip to content

Commit

Permalink
Make tests run again by removing marker classes
Browse files Browse the repository at this point in the history
  • Loading branch information
joschrew committed Feb 27, 2024
1 parent dce1f99 commit 6af6bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/search/ExtraFilters.vue
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<template>
<div class="grid grid-cols-4 border rounded-md px-3 py-3 bg-gray-50 search-item">
<div class="grid grid-cols-4 border rounded-md px-3 py-3 bg-gray-50">
<div>
<span class="text-sm font-medium text-sky-900 dark:text-sky-300 m-1 px-1">Author:</span>
<input type="text" class="w-56 px-1 m-1 border rounded-sm" :value="extraFilters['author']"
Expand Down
2 changes: 1 addition & 1 deletion src/pages/search/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</div>
<button @click="showExtraFilters = !showExtraFilters"
class="text-sm search-item-link text-sky-600 hover:text-sky90"
class="text-sm text-sky-600 hover:text-sky90"
>
Advanced Search Fields
</button>
Expand Down

0 comments on commit 6af6bb4

Please sign in to comment.