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: c8da7d5177dcf4b0cb303c428bfb1868ecec4fe3
4
- data.tar.gz: 6c26ecf443651b24e9e161292bff71b137f0db6a
3
+ metadata.gz: 9125096b59c72a066a6d63e027928b64ef822681
4
+ data.tar.gz: e384f71aa52971c52ed89c0db0c18b26b9fe8c78
5
5
  SHA512:
6
- metadata.gz: 282e4b038713c5f00c42982c7207dbb266639daf2b43907930f7d97fa5ac9209d362dc4b6ad413b72ad8b63478652fcbe079bbcb7486dc99da69baae764a6f1a
7
- data.tar.gz: be0f08121aceecc3ab0feb5e70c350585e863892560212567c9c5043b8f03e9617fcc4cd4417350974423f4c8a86f83ceef0310b2e01247c60c852f0cd599973
6
+ metadata.gz: 6d9042e91f767cb5471bbdfbef5040ccb29a3f5dc6cebb00ba3c6eb78d2bc2f138d018281fa8ee900b642de12849b6d2696a604f4f76bbd4b9f2d45bc33736e2
7
+ data.tar.gz: 500c6b01d43ec3be6cf29f79a5a544e06b3339cb1c130149cc80a6cdf45f92c4600a66700619a8e353198f0e764b8f20e364c7a7246e16d62a493bcd1e69311f
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = '14.0.42'.freeze
2
+ VERSION = '14.0.43'.freeze
3
3
  end
@@ -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.42
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-21 00:00:00.000000000 Z
11
+ date: 2016-12-22 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails