We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aaae654 commit c41ccc1Copy full SHA for c41ccc1
packages/react-widgets/src/scss/variables.scss
@@ -43,7 +43,7 @@ $widget-focus-color: rgba(0, 123, 255, 0.25) !default;
43
$widget-focus-box-shadow: 0 0 0 $widget-focus-width $widget-focus-color !default;
44
$widget-focus-transition: box-shadow 0.15s ease-in-out !default;
45
46
-$widget-background-clip: border-box;
+$widget-background-clip: padding-box !default;
47
48
//
49
// Buttons
0 commit comments