2
0
mirror of https://github.com/kotatogram/kotatogram-desktop synced 2025-08-31 06:35:14 +00:00

Improve emoji footer over state in status panel.

This commit is contained in:
John Preston
2023-02-01 21:29:50 +04:00
parent 1aeca7b486
commit f55d9fb82b
3 changed files with 7 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ EmojiPan {
bg: color;
overBg: color;
categoriesBg: color;
categoriesBgOver: color;
fadeLeft: icon;
fadeRight: icon;
search: TabbedSearch;
@@ -261,6 +262,7 @@ defaultEmojiPan: EmojiPan {
bg: emojiPanBg;
overBg: emojiPanHover;
categoriesBg: emojiPanCategories;
categoriesBgOver: windowBgRipple;
fadeLeft: icon {{ "fade_horizontal-flip_horizontal", emojiPanCategories }};
fadeRight: icon {{ "fade_horizontal", emojiPanCategories }};
search: defaultTabbedSearch;
@@ -268,6 +270,7 @@ defaultEmojiPan: EmojiPan {
}
statusEmojiPan: EmojiPan(defaultEmojiPan) {
categoriesBg: windowBg;
categoriesBgOver: windowBgOver;
fadeLeft: icon {{ "fade_horizontal-flip_horizontal", windowBg }};
fadeRight: icon {{ "fade_horizontal", windowBg }};
}