Skip to content

Commit

Permalink
chore(ui): remove search field background on single plugin page (#6220)
Browse files Browse the repository at this point in the history
Co-authored-by: MilosPaunovic <[email protected]>
  • Loading branch information
JoeCelaster and MilosPaunovic committed Dec 4, 2024
1 parent b72fb29 commit 97f16e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/components/plugins/Toc.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div class="plugins-list">
<el-input
class="search p-2"
class="p-2 bg-transparent search"
:placeholder="$t('pluginPage.search', {count: countPlugin})"
v-model="searchInput"
clearable
Expand Down

0 comments on commit 97f16e9

Please sign in to comment.