Skip to content

Commit

Permalink
fix(files): show a border around the favorite icon for better contrast
Browse files Browse the repository at this point in the history
Signed-off-by: John Molakvoæ <[email protected]>
  • Loading branch information
skjnldsv committed Jul 5, 2023
1 parent 7fab7ec commit ece00b3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apps/files/src/components/FilesListVirtual.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
}
Expand Down

0 comments on commit ece00b3

Please sign in to comment.