Browse Source

fix(files): show a border around the favorite icon for better contrast

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

7
apps/files/src/components/FilesListVirtual.vue

@ -287,6 +287,13 @@ export default Vue.extend({
top: 4px;
right: -8px;
color: #a08b00;
// Sow a border around the icon for better contrast
svg path {
stroke: var(--color-main-background);
stroke-width: 10px;
stroke-linejoin: round;
paint-order: stroke
}
}
}

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