app/assets/stylesheets/modules/buttons/styles/_normal.sass in oulu-0.11.4 vs app/assets/stylesheets/modules/buttons/styles/_normal.sass in oulu-0.11.5
- old
+ new
@@ -66,9 +66,10 @@
// disabled
&.is-disabled,
&:disabled
$color: if(luma_bright($color), shade($color, 20%), tint($color, 20%))
background-color: rgba($color, 7)
+ background-image: none
color: rgba(luma_contrast_color($color), .7)
border-color: shade($color, 10%) shade($color, 16%) shade($color, 26%)
text-shadow: none
box-shadow: none