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
|
.column
|
||||||
overflow: hidden
|
|
||||||
+mobile
|
+mobile
|
||||||
& + .column
|
& + .column
|
||||||
margin-top: $column-gap
|
margin-top: $column-gap
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user