select.sass (bulma-0.9.3) | : | select.sass (bulma-0.9.4) | ||
---|---|---|---|---|
skipping to change at line 69 | skipping to change at line 69 | |||
// Sizes | // Sizes | |||
&.is-small | &.is-small | |||
+control-small | +control-small | |||
&.is-medium | &.is-medium | |||
+control-medium | +control-medium | |||
&.is-large | &.is-large | |||
+control-large | +control-large | |||
// Modifiers | // Modifiers | |||
&.is-disabled | &.is-disabled | |||
&::after | &::after | |||
border-color: $input-disabled-color | border-color: $input-disabled-color !important | |||
opacity: 0.5 | ||||
&.is-fullwidth | &.is-fullwidth | |||
width: 100% | width: 100% | |||
select | select | |||
width: 100% | width: 100% | |||
&.is-loading | &.is-loading | |||
&::after | &::after | |||
@extend %loader | @extend %loader | |||
margin-top: 0 | margin-top: 0 | |||
position: absolute | position: absolute | |||
+ltr-position(0.625em) | +ltr-position(0.625em) | |||
End of changes. 1 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |