Skip to content

Commit

Permalink
Merge pull request #33958 from nextcloud/enh/33860/fix-versions-visib…
Browse files Browse the repository at this point in the history
…ility

fix versions icons
  • Loading branch information
blizzz authored Sep 9, 2022
2 parents 99c8531 + 0e57fb5 commit 76f42e1
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 76f42e1

Please sign in to comment.