Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1324070

    Hi there,

    i just noticed something weird: i have a button with a 2px border, but when you click on it without letting go, the top border gets set to 1px. i found this in button.css:

    .avia-button:active{border-bottom-width: 0px; border-top-width: 1px !important; border-top-style: solid;}

    i wonder why this is set to important, because i cant overwrite it in my css. i can only change it within the button.css…

    #1324112

    Hey,

    Thanks for contacting us!

    Could you please post a link to your page and point out the button?

    Regards,
    Yigit

    #1324120

    hi yigit,

    i dont really need help here, i was just wondering why. its about the standard avia-button and within button.css its stating:

    .avia-button:active{border-bottom-width: 0px; border-top-width: 1px !important; border-top-style: solid;}

    which leads to the problem i just mentioned. if you have a border wider than 1px it gets reduced to 1px on click …

    #1324123

    Hi,

    I will inform our devs about the issue and will share this thread as reference. Thanks for reporting :)

    Regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.