File tree Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Expand file tree Collapse file tree 1 file changed +11
-6
lines changed Original file line number Diff line number Diff line change 120
120
// Alternate buttons
121
121
//
122
122
123
- .btn-transparent {
124
- -- #{$prefix } btn-active-border-color : transparent ;
125
- -- #{$prefix } btn-disabled-border-color : transparent ;
126
- -- #{$prefix } btn-hover-border-color : transparent ;
127
- }
128
-
129
123
// scss-docs-start btn-variant-loops
130
124
@each $state , $variant in $button-variants {
131
125
.btn-#{$state } {
146
140
}
147
141
// scss-docs-end btn-variant-loops
148
142
143
+ .btn-transparent {
144
+ -- #{$prefix } btn-active-border-color : transparent ;
145
+ -- #{$prefix } btn-disabled-border-color : transparent ;
146
+ -- #{$prefix } btn-hover-border-color : transparent ;
147
+ -- #{$prefix } btn-box-shadow : none ;
148
+ -- #{$prefix } btn-focus-shadow-rgb : #{to-rgb (mix (color-contrast ($primary ), $primary , 15% ))} ;
149
+
150
+ @if $enable-gradients {
151
+ background-image : none ;
152
+ }
153
+ }
149
154
150
155
//
151
156
// Link buttons
You can’t perform that action at this time.
0 commit comments