Skip to content
This repository was archived by the owner on Jun 11, 2025. It is now read-only.

Remove default borders and other coulouring#64

Merged
lgavillet merged 2 commits intomasterfrom
lg-defaultize-tables
Aug 31, 2016
Merged

Remove default borders and other coulouring#64
lgavillet merged 2 commits intomasterfrom
lg-defaultize-tables

Conversation

@lgavillet
Copy link
Contributor

@lgavillet lgavillet commented Aug 31, 2016

Removing the default styles added to the tables, to allow a finer control on table displays.

Two main changes:

  1. Removed the default background color on the table heads, linked via $table-head-bg. Now, just use a colouring class on the %thead tag. Example:
%table
  %thead.grey.lighten-4
    %tr
    ...
  1. Removed the default borders on every table row, linked via $table-border-color. Now just use the class bordered provided by materialize. Example:
%table.bordered
  %thead
    %tr
    ...

/cc @sled @marcopluess

@lgavillet lgavillet merged commit 6eb8536 into master Aug 31, 2016
@lgavillet lgavillet deleted the lg-defaultize-tables branch August 31, 2016 14:05
@marcopluess
Copy link

thanks 👌

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants