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

Hide selection rectangle in Chrome

Contributor ,
Aug 31, 2015 Aug 31, 2015

Copy link to clipboard

Copied

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

Views

463

Translate

Translate

Report

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.

Votes

Translate

Translate
Contributor ,
Aug 31, 2015 Aug 31, 2015

Copy link to clipboard

Copied

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.

Votes

Translate

Translate

Report

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