Skip to content

Instantly share code, notes, and snippets.

@nicmare
Created September 19, 2025 12:02
Show Gist options
  • Save nicmare/901422cfe58bd97653c7538831c16243 to your computer and use it in GitHub Desktop.
Save nicmare/901422cfe58bd97653c7538831c16243 to your computer and use it in GitHub Desktop.
Blocksy: disable theme button hover effect transform
// add the class to your button:
.no-btn-transform:hover {
--theme-button-transform: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment