Resolved The rating stars icons sometimes are not symmetric

Discussion in 'Suggestions & Bug Reports' started by umair, Mar 17, 2018.

  1. umair

    umair Well-Known Member

    Joined:
    Nov 18, 2016
    Messages:
    99
    Likes Received:
    74
    Reading List:
    Link
    This bug is best shown through pics as its random and also the bug state has various depictions:

    https://imgur.com/rOAHKND The correct UI.
    https://imgur.com/22nEuWE Bad sample 1
    https://imgur.com/vWSX9TF Bad Sample 2

    This is happening because of a transform rule being applied on these icons, originating from the style sheet named: global_extras.css

    The specific rule is:

    Code:
    .fa.fa-comments, .fa.fa-lock, .fa.fa-caret-down, .fa.fa-envelope-o, .fa.fa-bell, .fa.fa-search, .fa.fa-times, .fa.fa-filter, .fa.fa-bars, .fa.fa-reply, .fa.fa-star {
        transform: rotate(0.001deg);
    }
     
    Ddraig likes this.
  2. Tony

    Tony Moderator Staff Member

    Joined:
    Oct 20, 2015
    Messages:
    5,021
    Likes Received:
    44,798
    Reading List:
    Link
    It should be fixed. If not, which browser are you on?
     
  3. umair

    umair Well-Known Member

    Joined:
    Nov 18, 2016
    Messages:
    99
    Likes Received:
    74
    Reading List:
    Link
    Yes, its resolved, thank you very much.