Commit febcef3
authored
fix: Clip ripple effect for default Button style in
* fix: Clip ripple effect for default Button style in `materialDesign:PopupBox`
Use the BorderClipConverter to clip the ripple to the bounds of the button
* refactor: leverage ClipToBounds instead of a custom converter
Set ClipToBounds="True" instead of using the `BorderClipConverter` in the Button ControlTemplate to prevent child elements from rendering outside the template boundaries.materialDesign:PopupBox (#3983)1 parent 1992ac7 commit febcef3
File tree
1 file changed
+1
-1
lines changed- src/MaterialDesignThemes.Wpf/Themes
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
0 commit comments