Skip to content

Commit f4f9f55

Browse files
committed
fix(Buttons): remove borders from .btn-transparent
1 parent 5d4d656 commit f4f9f55

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

scss/_buttons.scss

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,12 @@
100100
// Alternate buttons
101101
//
102102

103+
.btn-transparent {
104+
--#{$prefix}btn-active-border-color: transparent;
105+
--#{$prefix}btn-disabled-border-color: transparent;
106+
--#{$prefix}btn-hover-border-color: transparent;
107+
}
108+
103109
// scss-docs-start btn-variant-loops
104110
@each $state, $variant in $button-variants {
105111
.btn-#{$state} {

0 commit comments

Comments
 (0)