mirror of
https://github.com/nextcloud/server.git
synced 2026-06-10 01:00:50 -04:00
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:
parent
19e2aaa5b4
commit
7f8a390b60
3 changed files with 10 additions and 3 deletions
|
|
@ -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
4
dist/files-main.js
vendored
File diff suppressed because one or more lines are too long
2
dist/files-main.js.map
vendored
2
dist/files-main.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue