Skip to content

Commit

Permalink
Merge pull request #37286 from nextcloud/backport/37269/stable26
Browse files Browse the repository at this point in the history
[stable26] fix: add important to css hidden files class
  • Loading branch information
szaimen authored Apr 5, 2023
2 parents 435d744 + 3f5a545 commit 89895ef
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion apps/files/css/files.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion apps/files/css/files.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion apps/files/css/files.scss
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ table {

.hide-hidden-files .files-filestable .files-fileList tr.hidden-file,
.hide-hidden-files .files-filestable .files-fileList tr.hidden-file.dragging {
display: none;
display: none !important;
}

.files-fileList tr.animate-opacity {
Expand Down
2 changes: 1 addition & 1 deletion apps/files/css/merged.css

Large diffs are not rendered by default.

Loading

0 comments on commit 89895ef

Please sign in to comment.