Skip to content

Commit

Permalink
add button radius
Browse files Browse the repository at this point in the history
  • Loading branch information
digiltd authored Dec 7, 2023
1 parent ca53cd2 commit 951e6b8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions styles/vendor/magento-ui/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
$_button-color : $button__color,
$_button-background : $button__background,
$_button-border : $button__border,
$_button-border-radius : $button__border-radius,

$_button-color-hover : $button__hover__color,
$_button-background-hover : $button__hover__background,
Expand Down Expand Up @@ -58,6 +59,7 @@
$_button-gradient-direction,
$_button-gradient
);
@include lib-css(border-radius, $_button-border-radius);
@include lib-css(border, $_button-border);
@include lib-css(color, $_button-color);
@include lib-css(cursor, $_button-cursor);
Expand Down Expand Up @@ -239,6 +241,7 @@
background: none;
-moz-box-sizing: content-box; // Hack: fix Firefox button line-height problem
border: 0;
border-radius: unset;
box-shadow: none;
line-height: inherit;
margin: 0;
Expand Down

0 comments on commit 951e6b8

Please sign in to comment.