active_frontend 12.1.27 → 12.1.28

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: 9877280ebcfc52ccfd94dc4b5071da86afe2708f
4
- data.tar.gz: b4e2fd774edefb2f76c8a1499a3fde3145cccfdf
3
+ metadata.gz: 406e60d50eb46ece0c6695b50bd2bd3b18d1e4fc
4
+ data.tar.gz: 2655b3fff374f3b331e9446b299383c95df47bfd
5
5
  SHA512:
6
- metadata.gz: f4830d5273d13155f6b4be0050b7c89cd89985a3a8cf8b18218834b91be5591e78bc7a438e0eb46e153c5d9af996fa06763a09002d7cce5656df462b615db693
7
- data.tar.gz: 8da0302a4eaee92a76b5eb1ae74d87d63542ec92704118d3584115f9db38d7b0a1cfa4a3072095510983ea58131a7c9f27f5d6f22e3d63c8a02d6cd3890c918f
6
+ metadata.gz: ebe6ef471812f37bdcc34d3820af435b1da88d25e58bc94b031a9a7ad6175b3eb17c28dc255950ab63b907bcfd6306637703187465b4926bee83d737c5947b00
7
+ data.tar.gz: d002871a776f38aff2ae2bcff5705a30329dc7151bc3ddd771fd642828fae81e490425c0da116e5196c666cd1613bada5efbeb54b661186cd52eed7b2010c8bc
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.27"
2
+ VERSION = "12.1.28"
3
3
  end
@@ -10,7 +10,8 @@
10
10
  ================================================== */
11
11
  .header {
12
12
  background: $color-white;
13
- border-bottom: 1px solid $color-haze;
13
+ border-bottom: 1px solid;
14
+ border-color: $color-haze;
14
15
  box-sizing: border-box;
15
16
  color: inherit;
16
17
  height: 60px;
@@ -53,13 +54,14 @@
53
54
  .header-btn-group {
54
55
  box-sizing: border-box;
55
56
  display: inline-block;
56
- margin: -15px 0 0 0;
57
+ margin-top: -15px;
57
58
  }
58
59
  .header-toolchain { margin: 1px 25px 0 0; }
59
60
  .header-btn-group > li,
60
61
  .header-nav > li,
61
62
  .header-nav-alt > li,
62
63
  .header-toolchain > li {
64
+ border-color: $color-haze;
63
65
  float: left;
64
66
  line-height: 1;
65
67
  }
@@ -75,20 +77,29 @@
75
77
  box-sizing: border-box;
76
78
  float: left;
77
79
  }
78
- .header-btn-group > li > a {
80
+ .header-btn-group > li > a,
81
+ .header-nav > li.lined > a {
79
82
  border-bottom: 4px solid $color-transparent;
80
83
  border-radius: 0 !important;
84
+ }
85
+ .header-btn-group > li > a {
81
86
  box-sizing: border-box;
82
87
  display: block;
83
88
  height: 60px;
84
- padding-top: 24px;
89
+ padding-top: 22px;
85
90
  text-align: center;
86
91
  vertical-align: middle;
87
92
  }
93
+ .header-nav > li.lined > a { padding-bottom: 20px; }
88
94
  .header-btn-group > li > a:hover,
95
+ .header-btn-group > li > a:focus,
96
+ .header-nav > li.lined > a:hover,
97
+ .header-nav > li.lined > a:focus { border-color: inherit; }
89
98
  .header-btn-group > li > a.active,
90
99
  .header-btn-group > li > a:active,
91
- .header-btn-group > li > a:focus { border-color: $color-primary; }
100
+ .header-nav > li.lined > a.active,
101
+ .header-nav > li.lined > a:active,
102
+ .header-nav > li.lined.active > a { border-color: $color-primary; }
92
103
  .header-btn-group-label {
93
104
  background: $color-primary;
94
105
  border-radius: 2px;
@@ -116,16 +127,6 @@
116
127
  .header-toolchain > li.btn-group + li.btn-group { margin-left: 15px; }
117
128
  .header-nav-alt > li:first-child,
118
129
  .header-toolchain > li:first-child { margin-left: 0; }
119
- .header-nav > li.lined > a {
120
- border-radius: 0 !important;
121
- border-bottom: 3px solid $color-transparent;
122
- padding-bottom: 21px;
123
- }
124
- .header-nav > li.lined > a:hover,
125
- .header-nav > li.lined > a.active,
126
- .header-nav > li.lined > a:active,
127
- .header-nav > li.lined > a:focus,
128
- .header-nav > li.lined.active > a { border-color: $color-primary; }
129
130
  .header-nav-alt > li > a { padding: 10px 0; }
130
131
  .header-nav > li > a:hover,
131
132
  .header-nav > li > a.active,
@@ -216,7 +217,6 @@
216
217
  .header-invisible {
217
218
  background: $color-transparent;
218
219
  border-color: $color-transparent;
219
- color: $color-white;
220
220
  }
221
221
  .header-light {
222
222
  background: $color-light-haze;
@@ -71,7 +71,7 @@
71
71
  .nav-tabs > li:last-child { margin: 0; }
72
72
  .nav-tabs > li > a {
73
73
  background: $color-transparent;
74
- border-bottom: 3px solid $color-transparent;
74
+ border-bottom: 4px solid $color-transparent;
75
75
  padding-bottom: 10px;
76
76
  }
77
77
  .nav-tabs > li > a:hover,
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.1.27
4
+ version: 12.1.28
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez