From bf467ad7f78c681c45649034cc443a53ebe41cfc Mon Sep 17 00:00:00 2001 From: "John Molakvoæ (skjnldsv)" Date: Thu, 21 Sep 2023 15:30:11 +0200 Subject: fix(files): revert button maxcontrast MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: John Molakvoæ (skjnldsv) --- apps/files/src/components/FilesListVirtual.vue | 4 ---- 1 file changed, 4 deletions(-) (limited to 'apps/files/src') 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); - } } } -- cgit v1.2.3