From: Jeremy Thomas Date: Mon, 1 Feb 2016 23:57:02 +0000 (+0000) Subject: Remove column hidden overflow, Turn delete into button, Update thead and tfoot X-Git-Tag: 0.0.10~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1be66a900b4f164ae4503a73d82c1c4a8dd427d9;p=thirdparty%2Fbulma.git Remove column hidden overflow, Turn delete into button, Update thead and tfoot --- diff --git a/bulma/components/grid.sass b/bulma/components/grid.sass index c84a2c6c3..0c0c6a222 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 bc831b0e8..526051759 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 414b34b22..9282ccc23 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