We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b8eaff commit 43c551eCopy full SHA for 43c551e
scss/mixins/_buttons.scss
@@ -79,11 +79,14 @@
79
&:not([disabled]):not(.disabled):active,
80
&:not([disabled]):not(.disabled).active,
81
.show > &.dropdown-toggle {
82
- color: color-yiq($color-hover);
+ color: color-yiq($active-background);
83
background-color: $active-background;
84
border-color: $active-border;
85
- // Avoid using mixin so we can pass custom focus shadow properly
86
- box-shadow: 0 0 0 $btn-focus-width rgba($color, .5);
+
+ &:focus {
87
+ // Avoid using mixin so we can pass custom focus shadow properly
88
+ box-shadow: 0 0 0 $btn-focus-width rgba($color, .5);
89
+ }
90
}
91
92
0 commit comments