active_frontend 12.1.25 → 12.1.26

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: e547aa635f6c3146e4cacbab922f6fcd6b2dedfa
4
- data.tar.gz: aa4ec34944778a2555bc3247053884e1b3ebc662
3
+ metadata.gz: 7f967a366bf6283945019bde92a019f6795ce92f
4
+ data.tar.gz: 49daeb082fb7003f113dc306d08e368f525f49d6
5
5
  SHA512:
6
- metadata.gz: 1ad9b4c6d46ee74bf76f223184942fdd77f40674063e8ad3faea21d5a3c91f2d0250e0cf89b204c6cc618fc37fac65185f418b361522355c6b2f711899049e2d
7
- data.tar.gz: 04c55a84975f8d5cab28e3adc695ee6d1257ea810e2c6279d33c162d532bf813f4ad8736fcb39b219a7c304fc8bf227106e4c5e8bc69192e3548d215f1eb2d14
6
+ metadata.gz: 4bd477e0adb545067dd764ffa21776efedf924d66403534f02ce4c53ab4c36c39177f19d8cc2c382ac24075417352533d980a1614d3d066d34dfe784b1e81d4a
7
+ data.tar.gz: d9f06e582c5c3fd834124d9def7ffb05720d5d9131efaf1b691eb80b44b10d80f2eeb5db042210448664d5592b2e1751bac26701e4f7b85bbc73749d239c798e
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.25"
2
+ VERSION = "12.1.26"
3
3
  end
@@ -87,10 +87,7 @@
87
87
  .header-btn-group > li > a:hover,
88
88
  .header-btn-group > li > a.active,
89
89
  .header-btn-group > li > a:active,
90
- .header-btn-group > li > a:focus {
91
- border-color: $color-primary;
92
- color: $color-primary;
93
- }
90
+ .header-btn-group > li > a:focus { border-color: $color-primary; }
94
91
  .header-btn-group-label {
95
92
  background: $color-primary;
96
93
  border-radius: 2px;
@@ -257,9 +254,9 @@
257
254
  background: linear-gradient(45deg, $color-secondary 0%, $color-tertiary 100%);
258
255
  }
259
256
  .header-stripe-primary-secondary-and-tertiary {
260
- background: -webkit-linear-gradient(45deg, $color-tertiary 0%, $color-primary 50%, $color-secondary 100%);
261
- background: -ms-linear-gradient(45deg, $color-tertiary 0%, $color-primary 50%, $color-secondary 100%);
262
- background: linear-gradient(45deg, $color-tertiary 0%, $color-primary 50%, $color-secondary 100%);
257
+ background: -webkit-linear-gradient(45deg, $color-primary 0%, $color-secondary 50%, $color-tertiary 100%);
258
+ background: -ms-linear-gradient(45deg, $color-primary 0%, $color-secondary 50%, $color-tertiary 100%);
259
+ background: linear-gradient(45deg, $color-primary 0%, $color-secondary 50%, $color-tertiary 100%);
263
260
  }
264
261
 
265
262
  /* # Media Queries
@@ -83,6 +83,7 @@
83
83
  /* # Styles
84
84
  ================================================== */
85
85
  .toolbar-bordered > a {
86
+ background: $color-transparent;
86
87
  border-right-width: 3px !important;
87
88
  border-right-style: solid;
88
89
  border-right-color: $color-transparent;
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: 12.1.25
4
+ version: 12.1.26
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2015-12-10 00:00:00.000000000 Z
11
+ date: 2015-12-17 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -258,7 +258,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
258
258
  version: '0'
259
259
  requirements: []
260
260
  rubyforge_project:
261
- rubygems_version: 2.5.0
261
+ rubygems_version: 2.5.1
262
262
  signing_key:
263
263
  specification_version: 4
264
264
  summary: ActiveFrontend Responsive Web Framework