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