Merge pull request #33958 from nextcloud/enh/33860/fix-versions-visibility

fix versions icons
pull/33992/head
blizzz 2022-09-09 13:25:11 +07:00 committed by GitHub
commit 76f42e121b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 7 additions and 3 deletions

@ -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;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long