active_frontend 12.1.9 → 12.1.10

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: 4a4daaad9d397cfc7c192f27781a0d8585c0acc5
4
- data.tar.gz: 0ec5de76f18ccccce17dcf7229c881f4613bf956
3
+ metadata.gz: 046b1281cda166e9b0fd4af572d6b6faec1f0ebc
4
+ data.tar.gz: 64994f29e631caad110d035659fbf81191496e69
5
5
  SHA512:
6
- metadata.gz: dc6335f1331b060bc4e9c8ace6160391f51c9c2ae30c87f206afb8445bf13c2bf871039567770ee3ade5d1f55a3644b279a77fb60a34bae80990f77c53a6ac69
7
- data.tar.gz: a50ffa07b2952fb05fb41830a61b7e768ba01a822888fa16c735e093683c067a2c71234b0b3608c71c5fa1d9e7e3f19a351f0bf07116288ddd9318f7d2ab1ef0
6
+ metadata.gz: b299c58b01ed0f2623149a345edb5d27c0a5d7af395eae879bb03def1006056abe31c48d276f3abc6f7cb615907bcbb49fafcb89e15e8127185199f3f6074fd2
7
+ data.tar.gz: 26c8b2767543b24efe992c4c0320aa2dde6ac72bf030d21c6e8f5c2d7fc6ac986e3481ce9d8a5293c36ac9a9d32187a209d139b2e34430e3f9ac13c390f31ede
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.1.9"
2
+ VERSION = "12.1.10"
3
3
  end
@@ -108,7 +108,7 @@
108
108
  width: 100%;
109
109
  }
110
110
  .sidebar-navbar > a {
111
- background: $color-light-black;
111
+ background: $color-light-haze;
112
112
  border-right: 1px solid;
113
113
  border-color: inherit;
114
114
  display: table-cell;
@@ -123,7 +123,7 @@
123
123
  .sidebar-navbar > a.active,
124
124
  .sidebar-navbar > a:active,
125
125
  .sidebar-navbar > a:focus {
126
- background: $color-transparent;
126
+ background: $color-transparent !important;
127
127
  color: $color-primary;
128
128
  }
129
129
  .sidebar-form {
@@ -178,7 +178,8 @@
178
178
  .sidebar-dark .sidebar-header-btn:hover,
179
179
  .sidebar-dark .sidebar-header-btn.active,
180
180
  .sidebar-dark .sidebar-header-btn:active,
181
- .sidebar-dark .sidebar-header-btn:focus { background: $color-light-black; }
181
+ .sidebar-dark .sidebar-header-btn:focus,
182
+ .sidebar-dark .sidebar-navbar > a { background: $color-light-black; }
182
183
  .sidebar-light {
183
184
  background: $color-light-haze;
184
185
  border-color: $color-dark-haze !important;
@@ -186,7 +187,8 @@
186
187
  .sidebar-light .sidebar-header-btn:hover,
187
188
  .sidebar-light .sidebar-header-btn.active,
188
189
  .sidebar-light .sidebar-header-btn:active,
189
- .sidebar-light .sidebar-header-btn:focus { background: $color-haze; }
190
+ .sidebar-light .sidebar-header-btn:focus,
191
+ .sidebar-light .sidebar-navbar > a { background: $color-haze; }
190
192
 
191
193
  /* # Media Queries
192
194
  ================================================== */
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.9
4
+ version: 12.1.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez