active_frontend 12.1.21 → 12.1.22

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: 3a1f3e101988b14e868a357f7ed490a2d2b65ed3
4
- data.tar.gz: 2e527284827c0a70d0456140dac581ff6c33474c
3
+ metadata.gz: 297a4a074b256eb5f6ce025c0ab7b4f43744118f
4
+ data.tar.gz: 602b715c458abef12ab157660d779a583aaf009a
5
5
  SHA512:
6
- metadata.gz: f8dfa5cf0e260537ae5302736ab62c7f7e73f2b81a6811bc4a53debdba28361e4cc6fa1904a1abceaa2c74d4d0db53a66d59814b70ec1057ad8760e5a10f94d6
7
- data.tar.gz: 0d6f1c4631f4573841d83f9a836e34589357532f14913276ef7018c6799c26e7c80f3ce108c99121111bb61d5906359d08f4557a1576d03666c99cdb06c983ff
6
+ metadata.gz: cbb4c02b27c8d2837141da7d49d26efddad49e829b8a80ab1909711fd083fac608a5d0c9a721cbb23361df1fe1bfed0bff6ae7eff1ab0b5a01d510c9799fdff7
7
+ data.tar.gz: 38751dcc2fd5db557dd6f345d0496a6f64f1510f821601b681bd7e030c54e8b552595c93990bec7dc0a4f183a2b8960e62fb626488abcfe65f8a278deb4ed50a
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.21"
2
+ VERSION = "12.1.22"
3
3
  end
@@ -2,6 +2,7 @@
2
2
  ==================================================
3
3
  # Toolbar
4
4
  # Colors
5
+ # Styles
5
6
  # Media Queries */
6
7
 
7
8
  /* # Toolbar
@@ -42,7 +43,7 @@
42
43
  .toolbar > a.btn { line-height: 55px; }
43
44
  .toolbar > a:hover,
44
45
  .toolbar > a.active,
45
- .toolbar > a:active
46
+ .toolbar > a:active,
46
47
  .toolbar > a:focus {
47
48
  background: $color-light-haze;
48
49
  color: $color-primary;
@@ -67,7 +68,7 @@
67
68
  }
68
69
  .toolbar-dark > a:hover,
69
70
  .toolbar-dark > a.active,
70
- .toolbar-dark > a:active
71
+ .toolbar-dark > a:active,
71
72
  .toolbar-dark > a:focus { background: $color-light-black; }
72
73
  .toolbar-light {
73
74
  background: $color-light-haze;
@@ -75,9 +76,34 @@
75
76
  }
76
77
  .toolbar-light > a:hover,
77
78
  .toolbar-light > a.active,
78
- .toolbar-light > a:active
79
+ .toolbar-light > a:active,
79
80
  .toolbar-light > a:focus { background: $color-haze; }
80
81
 
82
+ /* # Styles
83
+ ================================================== */
84
+ .toolbar-bordered > a {
85
+ border-right-width: 3px !important;
86
+ border-right-style: solid;
87
+ border-right-color: $color-transparent;
88
+ }
89
+ .toolbar-bordered > a:hover,
90
+ .toolbar-bordered > a.active,
91
+ .toolbar-bordered > a:active,
92
+ .toolbar-bordered > a:focus {
93
+ background: $color-transparent;
94
+ border-right-color: $color-primary;
95
+ }
96
+ .toolbar-bordered.toolbar-alt > a {
97
+ border-left-width: 3px !important;
98
+ border-left-style: solid;
99
+ border-left-color: $color-transparent;
100
+ border-right: 0 !important;
101
+ }
102
+ .toolbar-bordered.toolbar-alt > a:hover,
103
+ .toolbar-bordered.toolbar-alt > a.active,
104
+ .toolbar-bordered.toolbar-alt > a:active,
105
+ .toolbar-bordered.toolbar-alt > a:focus { border-left-color: $color-primary; }
106
+
81
107
  /* # Media Queries
82
108
  ================================================== */
83
109
  @media only screen and (max-width: 767px) {
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.21
4
+ version: 12.1.22
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-01 00:00:00.000000000 Z
11
+ date: 2015-12-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails