From 1be66a900b4f164ae4503a73d82c1c4a8dd427d9 Mon Sep 17 00:00:00 2001 From: Jeremy Thomas Date: Mon, 1 Feb 2016 23:57:02 +0000 Subject: [PATCH] Remove column hidden overflow, Turn delete into button, Update thead and tfoot --- bulma/components/grid.sass | 1 - bulma/components/table.sass | 3 +++ bulma/elements/elements.sass | 4 ++++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/bulma/components/grid.sass b/bulma/components/grid.sass index c84a2c6c..0c0c6a22 100644 --- a/bulma/components/grid.sass +++ b/bulma/components/grid.sass @@ -1,5 +1,4 @@ .column - overflow: hidden +mobile & + .column margin-top: $column-gap diff --git a/bulma/components/table.sass b/bulma/components/table.sass index bc831b0e..52605175 100644 --- a/bulma/components/table.sass +++ b/bulma/components/table.sass @@ -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 diff --git a/bulma/elements/elements.sass b/bulma/elements/elements.sass index 414b34b2..9282ccc2 100644 --- a/bulma/elements/elements.sass +++ b/bulma/elements/elements.sass @@ -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