remove any non-colour related CSS from the alternating-rows-and-columns mixin. this mixin works best when it _only_ affects your table's background colours.
This commit is contained in:
parent
43ee4e1c98
commit
3d340b6972
@ -1,14 +1,5 @@
|
|||||||
=alternating-rows-and-columns(!even_row_color, !odd_row_color, !dark_intersection)
|
=alternating-rows-and-columns(!even_row_color, !odd_row_color, !dark_intersection)
|
||||||
td,
|
|
||||||
th
|
|
||||||
:padding 2px
|
|
||||||
&.numeric
|
|
||||||
:text-align right
|
|
||||||
tbody
|
|
||||||
th
|
|
||||||
:text-align center
|
|
||||||
thead
|
thead
|
||||||
:font-size .9em
|
|
||||||
th.even
|
th.even
|
||||||
:background-color= #fff - !dark_intersection
|
:background-color= #fff - !dark_intersection
|
||||||
tfoot
|
tfoot
|
||||||
|
Loading…
Reference in New Issue
Block a user