Skip to content

Commit afcf6a8

Browse files
chore: improve class name and remove the red class from save
Signed-off-by: Vitor Mattos <1079143+vitormattos@users.noreply.github.com>
1 parent 428f99e commit afcf6a8

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

src/views/FilesList/FileListFilter/FileListFilter.vue

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@
1818
@click="$emit('reset-filter')">
1919
{{ t('files', 'Clear filter') }}
2020
</NcActionButton>
21-
<NcActionButton class="files-list-filter__clear-button"
22-
close-after-click
21+
<NcActionButton close-after-click
2322
@click="$emit('set-marked-filter')">
2423
{{ t('files', 'Save filter') }}
2524
</NcActionButton>
@@ -53,8 +52,10 @@ export default {
5352
</script>
5453

5554
<style scoped lang="scss">
56-
.files-list-filter__clear-button :deep(.action-button__text) {
57-
color: var(--color-error-text);
55+
.files-list-filter__clear-button {
56+
:deep(.action-button__text) {
57+
color: var(--color-error-text);
58+
}
5859
}
5960
6061
:deep(.button-vue) {

0 commit comments

Comments
 (0)