diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2023-09-21 15:30:11 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2023-09-21 15:38:22 +0200 |
commit | bf467ad7f78c681c45649034cc443a53ebe41cfc (patch) | |
tree | 960740054fde508a965874f1015692f5995b3a7d /apps | |
parent | 216804f83d5af391a8a4cc56de89280e3fcdd3bf (diff) | |
download | nextcloud-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.vue | 4 |
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); - } } } |