bulma-rails 0.0.8 → 0.0.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b1903a5de5e3268108dd6776f114f9c650dbd717
4
- data.tar.gz: e0318dc987d4efafa59e9906824d38c9dceb1ac5
3
+ metadata.gz: 9b5f81e09d462eea061677e17ab411b17703c48b
4
+ data.tar.gz: bf6c4a9128885b32a725a76a4ea227163c34193b
5
5
  SHA512:
6
- metadata.gz: ae78f714a1cfc30a3bb06b9d1cad78c2e8ac30a2f7a4a62c5164de0bd8412f8d03c38145dde10703c63fdd92f6b7e912909ad5c2cd56abb8ecaab9ede7019597
7
- data.tar.gz: f34805456093ee13b4d2bebb8ea503a7f2eb71e8a4cc994a8748683ad94a7da67fc14c16392b01f99bd86ee160d0565f78851407968b9bed1b6974d7f79a2b31
6
+ metadata.gz: 7bb918f2f4bd74adbe1d013cd060e91c49032cf8dddfcafa579507b118d523f90cb1a9e5a47e8db08df745ee5170d65eeb9c827278bd70f83e6af6a55c5e277c
7
+ data.tar.gz: 392fcf2b52d8249f3bd5fb61bc851a3f2623be3a5fda6ac66a1418e2b6c90d07e6468f474c8e075bf6341c28112b1d841802b87f0903589955604f7d5cec7114
@@ -20,8 +20,4 @@
20
20
  margin: 0 !important
21
21
 
22
22
  .is-unselectable
23
- -webkit-touch-callout: none
24
- -webkit-user-select: none
25
- -moz-user-select: none
26
- -ms-user-select: none
27
- user-select: none
23
+ +unselectable
@@ -1,5 +1,4 @@
1
1
  .column
2
- overflow: hidden
3
2
  +mobile
4
3
  & + .column
5
4
  margin-top: $column-gap
@@ -1,5 +1,6 @@
1
1
  .table
2
2
  background: white
3
+ color: $text-strong
3
4
  margin-bottom: 20px
4
5
  width: 100%
5
6
  th,
@@ -40,10 +41,12 @@
40
41
  th,
41
42
  td
42
43
  border-width: 0 0 2px
44
+ color: $text-light
43
45
  tfoot
44
46
  th,
45
47
  td
46
48
  border-width: 2px 0 0
49
+ color: $text-light
47
50
  &.is-bordered
48
51
  th,
49
52
  td
@@ -15,6 +15,7 @@
15
15
 
16
16
  .button
17
17
  +control
18
+ +unselectable
18
19
  padding: 3px 10px
19
20
  text-align: center
20
21
  white-space: nowrap
@@ -7,7 +7,11 @@
7
7
  @import notifications
8
8
 
9
9
  .delete
10
+ +unselectable
11
+ -moz-appearance: none
12
+ -webkit-appearance: none
10
13
  background: rgba(black, 0.2)
14
+ border: none
11
15
  border-radius: 290486px
12
16
  cursor: pointer
13
17
  display: inline-block
@@ -55,6 +55,13 @@
55
55
  text-indent: -290486px
56
56
  width: $width
57
57
 
58
+ =unselectable
59
+ -webkit-touch-callout: none
60
+ -webkit-user-select: none
61
+ -moz-user-select: none
62
+ -ms-user-select: none
63
+ user-select: none
64
+
58
65
  $tablet: 769px
59
66
  $desktop: 980px
60
67
 
@@ -2,8 +2,8 @@
2
2
 
3
3
  Gem::Specification.new do |gem|
4
4
  gem.name = 'bulma-rails'
5
- gem.version = '0.0.8'
6
- gem.date = '2016-01-29'
5
+ gem.version = '0.0.10'
6
+ gem.date = Date.today
7
7
  gem.authors = ["Joshua Jansen"]
8
8
  gem.email = ["joshuajansen88@gmail.com"]
9
9
  gem.description = %q{A modern CSS framework based on Flexbox}
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bulma-rails
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.8
4
+ version: 0.0.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Joshua Jansen
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2016-01-29 00:00:00.000000000 Z
11
+ date: 2016-02-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: sass