button.sass (bulma-0.9.2) | : | button.sass (bulma-0.9.3) | ||
---|---|---|---|---|
skipping to change at line 87 | skipping to change at line 87 | |||
strong | strong | |||
color: inherit | color: inherit | |||
.icon | .icon | |||
&, | &, | |||
&.is-small, | &.is-small, | |||
&.is-medium, | &.is-medium, | |||
&.is-large | &.is-large | |||
height: 1.5em | height: 1.5em | |||
width: 1.5em | width: 1.5em | |||
&:first-child:not(:last-child) | &:first-child:not(:last-child) | |||
+ltr-property("margin", calc(#{-1 / 2 * $button-padding-horizontal} - #{$b | +ltr-property("margin", calc(#{-0.5 * $button-padding-horizontal} - #{$but | |||
utton-border-width}), false) | ton-border-width}), false) | |||
+ltr-property("margin", $button-padding-horizontal / 4) | +ltr-property("margin", $button-padding-horizontal * 0.25) | |||
&:last-child:not(:first-child) | &:last-child:not(:first-child) | |||
+ltr-property("margin", $button-padding-horizontal / 4, false) | +ltr-property("margin", $button-padding-horizontal * 0.25, false) | |||
+ltr-property("margin", calc(#{-1 / 2 * $button-padding-horizontal} - #{$b | +ltr-property("margin", calc(#{-0.5 * $button-padding-horizontal} - #{$but | |||
utton-border-width})) | ton-border-width})) | |||
&:first-child:last-child | &:first-child:last-child | |||
margin-left: calc(#{-1 / 2 * $button-padding-horizontal} - #{$button-borde | margin-left: calc(#{-0.5 * $button-padding-horizontal} - #{$button-border- | |||
r-width}) | width}) | |||
margin-right: calc(#{-1 / 2 * $button-padding-horizontal} - #{$button-bord | margin-right: calc(#{-0.5 * $button-padding-horizontal} - #{$button-border | |||
er-width}) | -width}) | |||
// States | // States | |||
&:hover, | &:hover, | |||
&.is-hovered | &.is-hovered | |||
border-color: $button-hover-border-color | border-color: $button-hover-border-color | |||
color: $button-hover-color | color: $button-hover-color | |||
&:focus, | &:focus, | |||
&.is-focused | &.is-focused | |||
border-color: $button-focus-border-color | border-color: $button-focus-border-color | |||
color: $button-focus-color | color: $button-focus-color | |||
&:not(:active) | &:not(:active) | |||
End of changes. 3 change blocks. | ||||
10 lines changed or deleted | 10 lines changed or added |