mirror of
https://github.com/kotatogram/kotatogram-desktop
synced 2025-08-31 06:35:14 +00:00
Fix cancel search style in emoji panel.
This commit is contained in:
@@ -230,7 +230,24 @@ defaultTabbedSearch: TabbedSearch {
|
||||
iconPosition: point(7px, -1px);
|
||||
ripple: emptyRippleAnimation;
|
||||
}
|
||||
cancel: defaultMultiSelectSearchCancel;
|
||||
cancel: CrossButton {
|
||||
width: 33px;
|
||||
height: 33px;
|
||||
|
||||
cross: CrossAnimation {
|
||||
size: 27px;
|
||||
skip: 8px;
|
||||
stroke: 1.;
|
||||
minScale: 0.3;
|
||||
}
|
||||
crossFg: menuIconFg;
|
||||
crossFgOver: menuIconFg;
|
||||
crossPosition: point(1px, 3px);
|
||||
|
||||
duration: 150;
|
||||
loadingPeriod: 1000;
|
||||
ripple: emptyRippleAnimation;
|
||||
}
|
||||
defaultFieldWidth: 101px;
|
||||
groupWidth: 30px;
|
||||
height: 33px;
|
||||
|
Reference in New Issue
Block a user