app/assets/stylesheets/modules/buttons/_button-base.sass in oulu-0.12.14 vs app/assets/stylesheets/modules/buttons/_button-base.sass in oulu-0.12.15
- old
+ new
@@ -6,9 +6,13 @@
text-align: center
user-select: none
touch-action: manipulation
text-decoration: none
-webkit-tap-highlight-color: transparent
+ &[type="button"],
+ &[type="reset"],
+ &[type="submit"]
+ display: inline-block
=button-size($size, $border-width: false, $border-radius: .25rem, $button-height-ratio: 2.85)
$font-size: ""
@if $size == 'xs'
$font-size: $xs-button-font-size