Skip to content

Commit

Permalink
fix versions icons
Browse files Browse the repository at this point in the history
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
  • Loading branch information
szaimen authored and nextcloud-command committed Sep 9, 2022
1 parent 2a2cb01 commit 0e57fb5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions apps/files_versions/src/css/versions.css
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
vertical-align: top;
}

.versionsTabView .version-container img, .revertVersion img {
filter: var(--background-invert-if-dark);
}

.versionsTabView img {
cursor: pointer;
padding-right: 4px;
Expand Down
Loading

0 comments on commit 0e57fb5

Please sign in to comment.