Moved out styles of ripples with shadowFg color to single place.
This commit is contained in:
@@ -59,9 +59,7 @@ photoEditorRotateButton: IconButton(defaultIconButton) {
|
||||
|
||||
rippleAreaPosition: point(4px, 4px);
|
||||
rippleAreaSize: 40px;
|
||||
ripple: RippleAnimation(defaultRippleAnimation) {
|
||||
color: shadowFg;
|
||||
}
|
||||
ripple: universalRippleAnimation;
|
||||
}
|
||||
photoEditorFlipButton: IconButton(photoEditorRotateButton) {
|
||||
icon: icon {{ "photo_editor/flip", photoEditorButtonIconFg }};
|
||||
|
||||
Reference in New Issue
Block a user