Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marklchaves/12ffe01c4aadf938caa23b4f0ca33681 to your computer and use it in GitHub Desktop.
Save marklchaves/12ffe01c4aadf938caa23b4f0ca33681 to your computer and use it in GitHub Desktop.
Popup Maker - disable unwanted outline (border) around pum-content when it's in focus
.pum-content:focus {
outline: none !important;
}
/* Add to Appearance > Customize > Additional CSS */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment