mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Allow is-selected class on <td> and <th> tags (#1380)
* Allow is-active class on <td> and <th> tags * Fix incorrect selectors
This commit is contained in:
parent
79b3f39aa3
commit
2fed27a83d
@ -41,6 +41,12 @@ $table-striped-row-even-hover-background-color: $white-ter !default
|
|||||||
&.is-narrow
|
&.is-narrow
|
||||||
white-space: nowrap
|
white-space: nowrap
|
||||||
width: 1%
|
width: 1%
|
||||||
|
&.is-selected
|
||||||
|
background-color: $table-row-active-background-color
|
||||||
|
color: $table-row-active-color
|
||||||
|
a,
|
||||||
|
strong
|
||||||
|
color: currentColor
|
||||||
th
|
th
|
||||||
color: $table-cell-heading-color
|
color: $table-cell-heading-color
|
||||||
text-align: left
|
text-align: left
|
||||||
|
Loading…
Reference in New Issue
Block a user