active_frontend 14.0.42 → 14.0.43
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9125096b59c72a066a6d63e027928b64ef822681
|
|
4
|
+
data.tar.gz: e384f71aa52971c52ed89c0db0c18b26b9fe8c78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d9042e91f767cb5471bbdfbef5040ccb29a3f5dc6cebb00ba3c6eb78d2bc2f138d018281fa8ee900b642de12849b6d2696a604f4f76bbd4b9f2d45bc33736e2
|
|
7
|
+
data.tar.gz: 500c6b01d43ec3be6cf29f79a5a544e06b3339cb1c130149cc80a6cdf45f92c4600a66700619a8e353198f0e764b8f20e364c7a7246e16d62a493bcd1e69311f
|
|
@@ -203,7 +203,8 @@
|
|
|
203
203
|
|
|
204
204
|
&:last-child { margin: 0; }
|
|
205
205
|
|
|
206
|
-
> a
|
|
206
|
+
> a,
|
|
207
|
+
&.nav-tab {
|
|
207
208
|
border-bottom: 2px solid color(transparent);
|
|
208
209
|
padding-bottom: 15px;
|
|
209
210
|
|
|
@@ -220,6 +221,7 @@
|
|
|
220
221
|
border-color: inherit;
|
|
221
222
|
color: color(primary);
|
|
222
223
|
}
|
|
224
|
+
&.nav-tab { border-color: inherit; }
|
|
223
225
|
}
|
|
224
226
|
|
|
225
227
|
@each $name, $color in $colors-global {
|
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: 14.0.
|
|
4
|
+
version: 14.0.43
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Juan Gomez
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: exe
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-12-
|
|
11
|
+
date: 2016-12-22 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: rails
|