mirror of
https://github.com/jgthms/bulma.git
synced 2024-11-14 11:14:24 +00:00
Remove column hidden overflow, Turn delete into button, Update thead and tfoot
This commit is contained in:
parent
13e3aef5d4
commit
1be66a900b
@ -1,5 +1,4 @@
|
||||
.column
|
||||
overflow: hidden
|
||||
+mobile
|
||||
& + .column
|
||||
margin-top: $column-gap
|
||||
|
@ -1,5 +1,6 @@
|
||||
.table
|
||||
background: white
|
||||
color: $text-strong
|
||||
margin-bottom: 20px
|
||||
width: 100%
|
||||
th,
|
||||
@ -40,10 +41,12 @@
|
||||
th,
|
||||
td
|
||||
border-width: 0 0 2px
|
||||
color: $text-light
|
||||
tfoot
|
||||
th,
|
||||
td
|
||||
border-width: 2px 0 0
|
||||
color: $text-light
|
||||
&.is-bordered
|
||||
th,
|
||||
td
|
||||
|
@ -7,7 +7,11 @@
|
||||
@import notifications
|
||||
|
||||
.delete
|
||||
+unselectable
|
||||
-moz-appearance: none
|
||||
-webkit-appearance: none
|
||||
background: rgba(black, 0.2)
|
||||
border: none
|
||||
border-radius: 290486px
|
||||
cursor: pointer
|
||||
display: inline-block
|
||||
|
Loading…
Reference in New Issue
Block a user