active_frontend 12.4.9 → 12.4.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: badef12171db9763ffaa8261f52a7f5d70a94c69
4
- data.tar.gz: 5e6cbb786d71a8706d84ae10c06603bb225efe97
3
+ metadata.gz: 9106a9e45b69990c4e670304a9186bc5afffdb8f
4
+ data.tar.gz: 2199c96814d8dbad4751e0b301122b1a8c5f9fb5
5
5
  SHA512:
6
- metadata.gz: d494223dc33cf7a63cf2f585c79220ab0d72f229f07285a1bbb1af13138ce0e44c71528d4a08ebae8599fcd5446fb693dba3e53b0f5fba6c689383ef2f9a14d5
7
- data.tar.gz: 46e699955cb0f9e94413eac6bc09d119501db147dda7f3f400a759bc6866c6b289c1039e71bf130f9d5e5aa9416b76d5d39d545052a60697efb5898625ed8917
6
+ metadata.gz: 8df5ae6d080d6ab063f35ab091bc94a1a86659b94590e3c04efddf15f4e9444483a946b8fbd946d04a97487edb83500d5d5aea0abab0671bc0899a4701e27fdd
7
+ data.tar.gz: e5d67bfc109ac1ecd2fc51beea55fe5c8400827aba445612e1714527a910443333524b1bda22dc0a2946859ec7b801826f6bdacb0570035b8d0d85b19b46d09f
@@ -1,3 +1,3 @@
1
1
  module ActiveFrontend
2
- VERSION = "12.4.9"
2
+ VERSION = "12.4.10"
3
3
  end
@@ -142,7 +142,6 @@
142
142
  .canvas-section-with-header-and-navbar { margin-top: 50px; }
143
143
  .canvas-section-with-header,
144
144
  .canvas-section-with-header-and-subheader {
145
- background: red;
146
145
  min-height: calc(100% - 50px);
147
146
  height: calc(100% - 50px);
148
147
  }
@@ -37,7 +37,8 @@
37
37
  border-right: 1px solid;
38
38
  border-color: inherit;
39
39
  }
40
- .subheader-nav > li.btn-group { border-radius: 0 !important; }
40
+ .subheader-nav > li.btn-group,
41
+ .subheader-nav > li.btn-group a { border-radius: 0 !important; }
41
42
  .subheader-nav > li.btn-group + li.btn-group { margin: 0 !important; }
42
43
  .subheader-nav > li > a {
43
44
  border-bottom: 4px solid $color-transparent;
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.9
4
+ version: 12.4.10
5
5
  platform: ruby
6
6
  authors:
7
7
  - Juan Gomez