mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
Remove background-clip from .btn-close
This commit is contained in:
parent
646a706764
commit
478ff53ad1
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue