Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Hide selection rectangle in Chrome

Contributor ,
Aug 31, 2015 Aug 31, 2015

Morning,

Does anyone know how to remove the blue HTML5 Selection Rectangle in Chrome? I understand why it is there, but I don't want it to be.

2.jpg

I already have the option selected in my Publish Settings, which removes the box in all other browsers, except Chrome.

1.jpg

I am using the latest version of Captivate, this is not a Responsive Project and is being published purely for HTML5.

Cheers,

Ross

502
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Contributor , Aug 31, 2015 Aug 31, 2015

Ok, I think I've managed to solve my own question.

In your published course folder, go to assets > css and open CPLibraryAll.css and paste this in at the beginning:

*:focus {

    outline: 0;

}

Hope that helps someone else out.

Cheers.

Translate
Contributor ,
Aug 31, 2015 Aug 31, 2015
LATEST

Ok, I think I've managed to solve my own question.

In your published course folder, go to assets > css and open CPLibraryAll.css and paste this in at the beginning:

*:focus {

    outline: 0;

}

Hope that helps someone else out.

Cheers.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources