Created
September 19, 2025 12:02
-
-
Save nicmare/901422cfe58bd97653c7538831c16243 to your computer and use it in GitHub Desktop.
Blocksy: disable theme button hover effect transform
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // 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