started fixing the syling of the new table component

pull/3322/head
Henriette Dinger 9 years ago
parent f1ba6f2e67
commit 69fb215515
  1. 11
      app/assets/stylesheets/content/_table.lsg
  2. 6
      app/assets/stylesheets/content/_table.sass

@ -6,13 +6,20 @@
```
<div class="table-component--wrapper">
<table role="grid" class="table-component">
<colgroup>
<col>
<col>
<col>
<col>
<col>
</colgroup>
<thead>
<tr>
<th>First</th>
<th>Second</th>
<th >Third</th>
<th>Third</th>
<th>Forth</th>
<th >Fifth</th>
<th>Fifth</th>
</tr>
</thead>
<tbody>

@ -61,8 +61,14 @@ $tc-row-hover-line-background-color: #e4f7fb
th
text-transform: $tc-header-text-transformation
padding: $tc-header-cell-padding
text-align: left
&:hover
background-color: $tc-header-cell-hover-background-color
td
font-size: $tc-cells-font-size
padding: $tc-cell-padding
col
&:hover,
&.hover
background: #f8f8f8
Loading…
Cancel
Save