Skip to content
Snippets Groups Projects
Unverified Commit c7e46dc9 authored by Raphael Krut-Landau's avatar Raphael Krut-Landau Committed by GitHub
Browse files

fix(ui-library): Don't animate Buttons (micro-PR) (#44137)

parent ee38f0e4
No related branches found
No related tags found
No related merge requests found
......@@ -23,6 +23,7 @@ export const getButtonOverrides = (): MantineThemeOverride["components"] => ({
fontSize: theme.fontSizes.md,
lineHeight: theme.lineHeight,
overflow: "hidden",
":active": { transform: "none" }, // Remove Mantine's default pressed effect
[`&:has(.${getStylesRef("label")}:empty)`]: {
padding: compact ? `${rem(3)} ${rem(3)}` : `${rem(11)} ${rem(11)}`,
[`.${getStylesRef("leftIcon")}`]: {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment