mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Fix th and td selectors that override the attribute 'align'
This commit is contained in:
parent
8ba8b23133
commit
7eb08242c2
@ -126,7 +126,8 @@ pre
|
||||
table
|
||||
td,
|
||||
th
|
||||
text-align: left
|
||||
vertical-align: top
|
||||
&:not([align])
|
||||
text-align: left
|
||||
th
|
||||
color: $text-strong
|
||||
|
@ -81,4 +81,5 @@ table
|
||||
td,
|
||||
th
|
||||
padding: 0
|
||||
text-align: left
|
||||
&:not([align])
|
||||
text-align: left
|
||||
|
@ -125,7 +125,8 @@ $content-table-foot-cell-color: $text-strong !default
|
||||
vertical-align: top
|
||||
th
|
||||
color: $content-table-cell-heading-color
|
||||
text-align: left
|
||||
&:not([align])
|
||||
text-align: left
|
||||
thead
|
||||
td,
|
||||
th
|
||||
|
@ -53,7 +53,8 @@ $table-striped-row-even-hover-background-color: $white-ter !default
|
||||
color: currentColor
|
||||
th
|
||||
color: $table-cell-heading-color
|
||||
text-align: left
|
||||
&:not([align])
|
||||
text-align: left
|
||||
tr
|
||||
&.is-selected
|
||||
background-color: $table-row-active-background-color
|
||||
|
Loading…
Reference in New Issue
Block a user