We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428f99e commit afcf6a8Copy full SHA for afcf6a8
1 file changed
src/views/FilesList/FileListFilter/FileListFilter.vue
@@ -18,8 +18,7 @@
18
@click="$emit('reset-filter')">
19
{{ t('files', 'Clear filter') }}
20
</NcActionButton>
21
- <NcActionButton class="files-list-filter__clear-button"
22
- close-after-click
+ <NcActionButton close-after-click
23
@click="$emit('set-marked-filter')">
24
{{ t('files', 'Save filter') }}
25
@@ -53,8 +52,10 @@ export default {
53
52
</script>
54
55
<style scoped lang="scss">
56
-.files-list-filter__clear-button :deep(.action-button__text) {
57
- color: var(--color-error-text);
+.files-list-filter__clear-button {
+ :deep(.action-button__text) {
+ color: var(--color-error-text);
58
+ }
59
}
60
61
:deep(.button-vue) {
0 commit comments