Skip to content

Commit

Permalink
Styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan committed Jun 28, 2023
1 parent edea103 commit 6ebe689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/web-app-files/src/components/Search/List.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</item-filter>
<item-filter-toggle
v-if="fullTextSearchEnabled"
:filter-label="$gettext('Search in file content')"
:filter-label="$gettext('Search only in content')"
filter-name="fullText"
class="files-search-filter-full-text oc-mr-s"
/>
Expand Down Expand Up @@ -387,7 +387,7 @@ export default defineComponent({
color: var(--oc-color-text-muted);
mark {
background: var(--oc-color-background-highlight);
background: #fff74c;
font-style: normal;
font-weight: var(--oc-font-weight-semibold);
}
Expand Down

0 comments on commit 6ebe689

Please sign in to comment.