active_frontend 15.0.2 → 15.0.3

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 5cbb400881fdea080cecccf77761bd2fd848d77c
4
- data.tar.gz: efcc6ae5f00993589d3888d73688b3ba1907b230
3
+ metadata.gz: f96ce44f987d58f4e41dece727c0fe8eaf5a4857
4
+ data.tar.gz: 6c76cd3139bdd77ecf3564d626bbc6504701b3fa
5
5
  SHA512:
6
- metadata.gz: 579a001b01708cfd097b3571eb5c208658ca3ecdf637044b3f185f46b70ec766a3107437588d8c10391e41b75b325df3592be78e9dea42006b9d5a01d5dcceb0
7
- data.tar.gz: b6cc2c48f6c1b65524416527cc1d5a855666ab99eafab364257443b6cdf510eda4bae5fed8cd9f71b30253c0c4c63209323a6de0def8f3e518c03ec3a72c1f39
6
+ metadata.gz: 4d11dcfb7be68b476552978d935f35a7ce0cf653adea9493eecba9af95ec120ee1c59a1955a8d6a863044dd5a423dc3a7b5b19fdb104b2fb5be772dc089d8300
7
+ data.tar.gz: 64e4569fab29d605da61ae2e74d791ce11244698e087696c048f31307167c177b189a35c13cbfb0892aa393e04d346d0d991ee3444851929345f5adc89ab927e
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ActiveFrontend
4
- VERSION ||= '15.0.2'
4
+ VERSION ||= '15.0.3'
5
5
  end
@@ -143,6 +143,17 @@ thead {
143
143
  th { border-top-width: 0; }
144
144
  }
145
145
  }
146
+ tbody {
147
+ tr:first-child {
148
+ td { border-top-width: 0; }
149
+ }
150
+
151
+ + tbody {
152
+ tr:first-child {
153
+ td { border-top-width: 3px; }
154
+ }
155
+ }
156
+ }
146
157
  tr {
147
158
  td:first-child,
148
159
  th:first-child { border-left-width: 0; }
@@ -160,9 +171,12 @@ thead {
160
171
  }
161
172
  }
162
173
  }
163
- tbody + tfoot {
164
- tr:first-child {
165
- td { border-top-width: 2px; }
174
+ tbody {
175
+ + tbody,
176
+ + tfoot {
177
+ tr:first-child {
178
+ td { border-top-width: 2px; }
179
+ }
166
180
  }
167
181
  }
168
182
  }
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 15.0.2
4
+ version: 15.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-10-16 00:00:00.000000000 Z
11
+ date: 2017-10-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails