active_frontend 12.4.23 → 12.4.24

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: 2152e3c457bd83905af9cf3160d49b1b6638e102
4
- data.tar.gz: 8d2a267be732913cd61513a0efe8b32619ee1032
3
+ metadata.gz: 33e12cc18d9c32e8a2cb6a402b9e492252040a7d
4
+ data.tar.gz: fa75c98cbd3ffd359780aa5e970a75e7c8625a3c
5
5
  SHA512:
6
- metadata.gz: fd3b74d186045220389c7a067b66ec58fdc0ee31e9233cb0647969ffe5993a766fd7ea00ed88ab07ba7dfcbb26144a218384ffb7ec368a9fc1d52d41f07dfa5f
7
- data.tar.gz: 1bf6b367bca23eb3dbb8cdb73e02b13ab0263b9a518b6b3d160bebfa6499d2a8a2e86c7c8ef5c6fef1d3d41ba99865928a59f7cd0a0f427ecdbc61c5538195df
6
+ metadata.gz: 2c02123c0d94e74dc88fc49236c1948ea2c98b4900406c13ac57cfa19aa11f14638fe2fc67884e826383ef4d71a60b9491edf82d5b9b4724679639b8f42b7ff1
7
+ data.tar.gz: f9690f833691d299b8c416502c801107dbc211d6f978a2a4d847c1efc98f97c9f3c2e3c37f5b9b7ced8b7ded4a462e58943ef8b3a1f478d50d98688c7ceb1195
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.23"
2
+ VERSION = "12.4.24"
3
3
  end
@@ -45,7 +45,7 @@
45
45
  border-bottom: 4px solid $color-transparent;
46
46
  box-sizing: border-box;
47
47
  display: block;
48
- height: 42px;
48
+ height: 41px;
49
49
  padding: 15px 20px 11px 20px;
50
50
  min-width: 160px;
51
51
  text-align: center;
@@ -179,7 +179,7 @@
179
179
  border-color: inherit;
180
180
  padding: 10px;
181
181
  }
182
- .subheader-btn-group { margin-top: 9px; }
182
+ .subheader-btn-group { margin-top: 8px; }
183
183
 
184
184
  /* # Styles
185
185
  ================================================== */
@@ -245,6 +245,7 @@ only screen and ( -o-min-device-pixel-ratio: 2/1),
245
245
  only screen and ( min-device-pixel-ratio: 2),
246
246
  only screen and ( min-resolution: 192dpi),
247
247
  only screen and ( min-resolution: 2dppx) {
248
+ .subheader-nav > li > a { height: 41.5px; }
248
249
  .subheader,
249
250
  .subheader-nav > li,
250
251
  .subheader-nav > li:last-child,
@@ -107,7 +107,10 @@
107
107
  .toolbar-dark > a:hover,
108
108
  .toolbar-dark > a.active,
109
109
  .toolbar-dark > a:active,
110
- .toolbar-dark > a:focus { background: $color-light-black; }
110
+ .toolbar-dark > a:focus {
111
+ background: $color-light-black;
112
+ border-bottom-color: $color-dark-black !important;
113
+ }
111
114
  .toolbar-light {
112
115
  background: $color-light-haze;
113
116
  border-color: $color-dark-haze !important;
@@ -115,7 +118,10 @@
115
118
  .toolbar-light > a:hover,
116
119
  .toolbar-light > a.active,
117
120
  .toolbar-light > a:active,
118
- .toolbar-light > a:focus { background: $color-haze; }
121
+ .toolbar-light > a:focus {
122
+ background: $color-haze;
123
+ border-bottom-color: $color-dark-haze !important;
124
+ }
119
125
 
120
126
  /* # Media Queries
121
127
  ================================================== */
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: active_frontend
3
3
  version: !ruby/object:Gem::Version
4
- version: 12.4.23
4
+ version: 12.4.24
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez