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

Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
This commit is contained in:
John Molakvoæ 2023-07-05 16:26:45 +02:00
parent 19e2aaa5b4
commit 7f8a390b60
No known key found for this signature in database
GPG key ID: 60C25B8C072916CF
3 changed files with 10 additions and 3 deletions

View file

@ -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 vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long