mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
feat(customizations): more icons
This commit is contained in:
parent
cac14ab2cc
commit
b9e128b387
4 changed files with 1144 additions and 4 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 90bb5934b6d04f7fabcf04fd2b947177a68a1aa8
|
||||
Subproject commit 07c050ef3356eb33585878e9a95324d565baf3a7
|
||||
File diff suppressed because it is too large
Load diff
|
|
@ -200,8 +200,8 @@ export default {
|
|||
margin-top: -5px;
|
||||
}
|
||||
}
|
||||
&.color, &.bangs, &.beard {
|
||||
background-position-x: -5px;
|
||||
&.color, &.bangs, &.beard, &.flower {
|
||||
background-position-x: -6px;
|
||||
background-position-y: -12px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -237,7 +237,7 @@ export default {
|
|||
option.none = true;
|
||||
}
|
||||
option.active = this.user.preferences.hair.flower === key;
|
||||
option.class = `hair_flower_${key} flower`;
|
||||
option.class = `icon_hair_flower_${key} flower`;
|
||||
option.click = () => this.set({ 'preferences.hair.flower': key });
|
||||
return option;
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue