table.sass (bulma-0.9.3) | : | table.sass (bulma-0.9.4) | ||
---|---|---|---|---|
@import "../utilities/mixins" | @import "../utilities/mixins" | |||
$table-color: $text-strong !default | $table-color: $text-strong !default | |||
$table-background-color: $scheme-main !default | $table-background-color: $scheme-main !default | |||
$table-cell-border: 1px solid $border !default | $table-cell-border: 1px solid $border !default | |||
$table-cell-border-width: 0 0 1px !default | $table-cell-border-width: 0 0 1px !default | |||
$table-cell-padding: 0.5em 0.75em !default | $table-cell-padding: 0.5em 0.75em !default | |||
$table-cell-heading-color: $text-strong !default | $table-cell-heading-color: $text-strong !default | |||
$table-cell-text-align: left !default | ||||
$table-head-cell-border-width: 0 0 2px !default | $table-head-cell-border-width: 0 0 2px !default | |||
$table-head-cell-color: $text-strong !default | $table-head-cell-color: $text-strong !default | |||
$table-foot-cell-border-width: 2px 0 0 !default | $table-foot-cell-border-width: 2px 0 0 !default | |||
$table-foot-cell-color: $text-strong !default | $table-foot-cell-color: $text-strong !default | |||
$table-head-background-color: transparent !default | $table-head-background-color: transparent !default | |||
$table-body-background-color: transparent !default | $table-body-background-color: transparent !default | |||
$table-foot-background-color: transparent !default | $table-foot-background-color: transparent !default | |||
skipping to change at line 63 | skipping to change at line 64 | |||
background-color: $table-row-active-background-color | background-color: $table-row-active-background-color | |||
color: $table-row-active-color | color: $table-row-active-color | |||
a, | a, | |||
strong | strong | |||
color: currentColor | color: currentColor | |||
&.is-vcentered | &.is-vcentered | |||
vertical-align: middle | vertical-align: middle | |||
th | th | |||
color: $table-cell-heading-color | color: $table-cell-heading-color | |||
&:not([align]) | &:not([align]) | |||
text-align: inherit | text-align: $table-cell-text-align | |||
tr | tr | |||
&.is-selected | &.is-selected | |||
background-color: $table-row-active-background-color | background-color: $table-row-active-background-color | |||
color: $table-row-active-color | color: $table-row-active-color | |||
a, | a, | |||
strong | strong | |||
color: currentColor | color: currentColor | |||
td, | td, | |||
th | th | |||
border-color: $table-row-active-color | border-color: $table-row-active-color | |||
End of changes. 2 change blocks. | ||||
1 lines changed or deleted | 2 lines changed or added |