Browse Source

fix(files): revert button maxcontrast

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
pull/40551/head
John Molakvoæ (skjnldsv) 2 years ago
parent
commit
bf467ad7f7
No known key found for this signature in database GPG Key ID: 60C25B8C072916CF
  1. 4
      apps/files/src/components/FilesListVirtual.vue
  2. 4
      dist/files-main.js
  3. 2
      dist/files-main.js.map

4
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);
}
}
}

4
dist/files-main.js
File diff suppressed because it is too large
View File

2
dist/files-main.js.map
File diff suppressed because it is too large
View File

Loading…
Cancel
Save