Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS How to fix selection issue in Chrome?

  • This topic is empty.
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #42229
    AlirezaM
    Participant

    Hello!

    I have created some elements with jquery library in my page like accordions, toggles and …

    The problem I have is when I open my page in chrome and click on accordion’s items a yellow selection around the item is shown.

    I don’t have this issue in toggles and other elements.

    How can I fix the problem?

    Thanks!

    Alireza.M

    #122223
    theacefes
    Member

    Hard to help without a link :)

    #122376
    AlirezaM
    Participant

    I created my accordion here:

    http://jsfiddle.net/YXQxk/5/

    if you click on any item in accordion with chrome browser you will see a yellow selection around thet item.

    It’s exactly my problem.

    #122378
    grimski
    Participant

    Looks like the glow you get on textfields/textareas.

    Try adding ‘outline: none;’ to your ‘.ui-accordion-header’

    Hopefully that’ll do the trick?

    #122382
    AlirezaM
    Participant

    Thank you grimski!

    It fixed the issue!

    thanks again.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The forum ‘CSS’ is closed to new topics and replies.