Before you ask please READ THIS

Check icon is not changing from green to black on mobile

edited June 2020 in Rife Posts: 43
Hey :-)

On mobile/smartfon (Android 10/Chrome/Huawei Mate 20 Lite) on album with photo proof functionality when I click on black check icon it change to green icon so it works ok but when I click again to green icon because I want to uncheck photo icon is not changing to black.

Can you help me with this, please?

Kind regards,
Arek
Post edited by Arek on

Comments

  • edited June 2020 Posts: 43
    Similar situation is with comment icon on mobile. When I completely delete comment on mobile/smartfon and click save changes icon, green comment icon is not changing from green to black.

    Kind regards,
    Arek
    comment-icon.jpg
    200 x 124 - 10K
    save-changes-icon.jpg
    200 x 105 - 9K
    Post edited by Arek on
  • AirAir
    edited June 2020 Posts: 10,970
    Hey :-)

    I believe that is the hover state that is activated on mobile. If you will click away, on another photo comment/checkmark, it will change color as it should.

    What I think we could do is to distinguish hover state of inactive element, and active element.

    Add such custom CSS to see the difference. I will also add it to next update:
    .object-item .proofing i:hover{
    	background-color: rgba(0,0,0,0.9);
    }
    .object-item .proofing i.filled,
    .object-item .proofing i.filled:hover{
    	background-color: #20C063;
    }
    With kind regards.
    Post edited by Air on
  • Posts: 43
    Hey :-)

    Thank you very much for quick help :smiley:

    Maybe you are right is hover but ordinary user do not now that and could click again and again when see the same icon color.

    Most important is that it work now like a charm :-)

    Kind regards,
    Arek
  • AirAir
    Posts: 10,970
    Great to hear that :-) Thanks for info!

    It will be added to the next update as well.

    With kind regards.
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion