Skip to content

Commit af201ee

Browse files
committed
fix(Buttons): remove borders from .btn-transparent
1 parent a008e68 commit af201ee

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
@@ -102,6 +102,12 @@
102102
// Alternate buttons
103103
//
104104

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

0 commit comments

Comments
 (0)