frontend/theme/trestle/theme/bootstrap/_buttons.scss in trestle-0.9.2 vs frontend/theme/trestle/theme/bootstrap/_buttons.scss in trestle-0.9.3

- old
+ new

@@ -9,9 +9,12 @@ border-color: $hover-border; } &:focus, &.focus { + color: color-yiq($hover-background); + background-color: $hover-background; + border-color: $hover-border; box-shadow: 0 0 0 $btn-focus-width rgba(mix(color-yiq($background), $border, 15%), .5); } // Disabled comes first so active can properly restyle &.disabled,