0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-01 13:24:25 +01:00

Remove background-clip from .btn-close

This commit is contained in:
Mark Otto 2020-10-25 12:01:39 -07:00 committed by Mark Otto
parent 646a706764
commit 478ff53ad1

View File

@ -10,7 +10,6 @@
padding: $btn-close-padding-y $btn-close-padding-x;
color: $btn-close-color;
background: transparent escape-svg($btn-close-bg) no-repeat center center / $btn-close-width auto; // include transparent for button elements
background-clip: content-box;
border: 0; // for button elements
@include border-radius();
opacity: $btn-close-opacity;