active_frontend 15.0.2 → 15.0.3
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 +4 -4
- data/lib/active_frontend/version.rb +1 -1
- data/vendor/assets/stylesheets/blocks/_table.scss +17 -3
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f96ce44f987d58f4e41dece727c0fe8eaf5a4857
|
|
4
|
+
data.tar.gz: 6c76cd3139bdd77ecf3564d626bbc6504701b3fa
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4d11dcfb7be68b476552978d935f35a7ce0cf653adea9493eecba9af95ec120ee1c59a1955a8d6a863044dd5a423dc3a7b5b19fdb104b2fb5be772dc089d8300
|
|
7
|
+
data.tar.gz: 64e4569fab29d605da61ae2e74d791ce11244698e087696c048f31307167c177b189a35c13cbfb0892aa393e04d346d0d991ee3444851929345f5adc89ab927e
|
|
@@ -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
|
|
164
|
-
|
|
165
|
-
|
|
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.
|
|
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-
|
|
11
|
+
date: 2017-10-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|