Removes Lock Screen Password Box Focus Outline (Squarespace)

PHOTO EMBED

Tue Aug 23 2022 06:28:58 GMT+0000 (Coordinated Universal Time)

Saved by @camikunu14 #css #squarespace

<style>
/* hide focus outline on lockscreen */
.sqs-slide-wrapper[data-slide-type="lock-screen"] .password-input.focus-visible {
  outline:none!important; 
}
  .group-password  * {
    outline: none !important;
}
</style>
content_copyCOPY

Add this code to code injection under "LOCK PAGE"