aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2023-09-21 15:30:11 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2023-09-21 15:38:22 +0200
commitbf467ad7f78c681c45649034cc443a53ebe41cfc (patch)
tree960740054fde508a965874f1015692f5995b3a7d /apps
parent216804f83d5af391a8a4cc56de89280e3fcdd3bf (diff)
downloadnextcloud-server-bf467ad7f78c681c45649034cc443a53ebe41cfc.tar.gz
nextcloud-server-bf467ad7f78c681c45649034cc443a53ebe41cfc.zip
fix(files): revert button maxcontrast
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'apps')
-rw-r--r--apps/files/src/components/FilesListVirtual.vue4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/files/src/components/FilesListVirtual.vue b/apps/files/src/components/FilesListVirtual.vue
index cd41a179ce9..e5a37986cac 100644
--- a/apps/files/src/components/FilesListVirtual.vue
+++ b/apps/files/src/components/FilesListVirtual.vue
@@ -454,10 +454,6 @@ export default Vue.extend({
// Remove bold from default button styling
font-weight: normal;
}
- &:not(:hover, :focus, :active) .button-vue__wrapper {
- // Also apply color-text-maxcontrast to non-active button
- color: var(--color-text-maxcontrast);
- }
}
}