Skip to content

Incorrect transform of counterclocwise button icon #34

Closed
@dpodsobilov

Description

@dpodsobilov

Hello!

The counterclockwise rotation button has incorrect icon styles

There is code library:

._rp-rotate-counterclockwise_1s164_1 {
    transform: rotate(180deg);
}

Image

There is right code:

._rp-rotate-counterclockwise_1s164_1 {
    transform: scale(-1, 1);
}

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions