Skip to content

Commit

Permalink
Merge pull request #37287 from nextcloud/backport/37269/stable25
Browse files Browse the repository at this point in the history
[stable25] fix: add important to css hidden files class
  • Loading branch information
szaimen authored Mar 23, 2023
2 parents 28add7e + 5779e32 commit c9f3a13
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apps/files/css/files.css

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 @@ -438,7 +438,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

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

0 comments on commit c9f3a13

Please sign in to comment.