diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-03-26 13:26:58 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-03-26 14:14:59 +1100 |
| commit | 329727c042b3b590faece8706502590c8a53b75d (patch) | |
| tree | 0fc34b30f2ed80ec33bca18e1066ad1bf196e9b4 /src/components/TileTree.vue | |
| parent | a96a3344e0a2bde0a691dcebf90e16dc599fe3f9 (diff) | |
Remove close button from search bar
Diffstat (limited to 'src/components/TileTree.vue')
| -rw-r--r-- | src/components/TileTree.vue | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/components/TileTree.vue b/src/components/TileTree.vue index 8e61d67..6dde18b 100644 --- a/src/components/TileTree.vue +++ b/src/components/TileTree.vue @@ -366,13 +366,15 @@ export default defineComponent({ <circle cx="11" cy="11" r="8"/> <line x1="21" y1="21" x2="16.65" y2="16.65"/> </svg> - <svg class="absolute top-[6px] right-[30px] w-[18px] h-[18px] text-white/40 hover:text-white hover:cursor-pointer" + <svg + class="absolute top-[6px] right-[30px] w-[18px] h-[18px] text-white/40 hover:text-white hover:cursor-pointer" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"/> <polygon points="10 8 16 12 10 16 10 8"/> </svg> - <svg class="absolute top-[6px] right-[6px] w-[18px] h-[18px] text-white/40 hover:text-white hover:cursor-pointer" + <svg + class="absolute top-[6px] right-[6px] w-[18px] h-[18px] text-white/40 hover:text-white hover:cursor-pointer" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"> <circle cx="12" cy="12" r="10"/> |
