Remove column hidden overflow, Turn delete into button, Update thead and tfoot

This commit is contained in:
Jeremy Thomas 2016-02-01 23:57:02 +00:00
parent 13e3aef5d4
commit 1be66a900b
3 changed files with 7 additions and 1 deletions

View File

@ -1,5 +1,4 @@
.column .column
overflow: hidden
+mobile +mobile
& + .column & + .column
margin-top: $column-gap margin-top: $column-gap

View File

@ -1,5 +1,6 @@
.table .table
background: white background: white
color: $text-strong
margin-bottom: 20px margin-bottom: 20px
width: 100% width: 100%
th, th,
@ -40,10 +41,12 @@
th, th,
td td
border-width: 0 0 2px border-width: 0 0 2px
color: $text-light
tfoot tfoot
th, th,
td td
border-width: 2px 0 0 border-width: 2px 0 0
color: $text-light
&.is-bordered &.is-bordered
th, th,
td td

View File

@ -7,7 +7,11 @@
@import notifications @import notifications
.delete .delete
+unselectable
-moz-appearance: none
-webkit-appearance: none
background: rgba(black, 0.2) background: rgba(black, 0.2)
border: none
border-radius: 290486px border-radius: 290486px
cursor: pointer cursor: pointer
display: inline-block display: inline-block