diff --git a/tweaks/calm-buttons.sable.css b/tweaks/calm-buttons.sable.css new file mode 100644 index 0000000..123115e --- /dev/null +++ b/tweaks/calm-buttons.sable.css @@ -0,0 +1,13 @@ +/* +@sable-tweak +id: calm-buttons +name: Calm Buttons +description: Removes button hover animations to calm down the UI. +author: Sangelo +tags: buttons, animations +*/ + +body.sable-remote-theme button:hover, +body.sable-remote-theme button:active { + transform: none !important; +}