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 120120// Alternate buttons
121121//
122122
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-
129123// scss-docs-start btn-variant-loops
130124@each $state , $variant in $button-variants {
131125 .btn-#{$state } {
146140}
147141// scss-docs-end btn-variant-loops
148142
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+ }
149154
150155//
151156// Link buttons
You can’t perform that action at this time.
0 commit comments