middleman-hashicorp 0.3.20 → 0.3.21

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: 806ad0e8b8543453575a1e24c521087edefbd6db
4
- data.tar.gz: 2952c26bc3db247ec7fc082c39668c6d54c4c5ed
3
+ metadata.gz: 3ee5e6ee9c5e3e99039b904aa7d9b140b0b34c35
4
+ data.tar.gz: 445a72a00a659f7058b72ffc30583edf7e3b8474
5
5
  SHA512:
6
- metadata.gz: f839f848e64e8ee7e1ed9890eee1ed61522d56549376a5349a1a77b829c40f7be569a843146a3d2793090a44680504f2345dec22d1fd85aa45efb9ca50e9381b
7
- data.tar.gz: 66ae02477eb18a81cd68de6e5c6128d024ef293dd69368fc1fbf11f27570a4713757931ac16c2fc6234a9b23f45d67bdda83c763d741de2172ad352a8cdf27a4
6
+ metadata.gz: b0e1c07540c508477f73b899f0c6e011a25afdcce576cb04aafeadde0b5b383aae4dcb1c530dc3740795390e771cd21ab6aadf64c9f479c8640a509a9479c9d0
7
+ data.tar.gz: c294900db16f0aa81d59dd4559e418f4ad0659f1dbf5fc19dfcdc7484e239dbf50f2ab7db083e1d511bf2857027210cd7dc7498bf20dc6e44bc3934880dcb8ab
@@ -16,11 +16,15 @@ h6 {
16
16
  .anchor {
17
17
  color: inherit !important;
18
18
  float: left;
19
- margin-left: -20px;
20
- padding-right: 5px;
21
- line-height: 1.1;
19
+ opacity: 0;
20
+ position: relative;
21
+ line-height: 1.15;
22
22
  text-decoration: none !important;
23
- visibility: hidden;
23
+ transition: opacity 0.1s ease-in-out;
24
+
25
+ &:hover {
26
+ opacity: 1;
27
+ }
24
28
 
25
29
  &:focus {
26
30
  outline: none;
@@ -29,8 +33,29 @@ h6 {
29
33
 
30
34
  &:hover {
31
35
  .anchor {
36
+ opacity: 1;
32
37
  text-decoration: none !important;
33
- visibility: visible;
34
38
  }
35
39
  }
36
40
  }
41
+
42
+ h2 {
43
+ .anchor {
44
+ margin-left: -25px;
45
+ padding-right: 10px;
46
+ }
47
+ }
48
+
49
+ h3 {
50
+ .anchor {
51
+ margin-left: -20px;
52
+ padding-right: 8px;
53
+ }
54
+ }
55
+
56
+ h4 {
57
+ .anchor {
58
+ margin-left: -15px;
59
+ padding-right: 6px;
60
+ }
61
+ }
@@ -1,5 +1,5 @@
1
1
  module Middleman
2
2
  module HashiCorp
3
- VERSION = "0.3.20"
3
+ VERSION = "0.3.21"
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: middleman-hashicorp
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.3.20
4
+ version: 0.3.21
5
5
  platform: ruby
6
6
  authors:
7
7
  - Seth Vargo
@@ -239,7 +239,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
239
239
  version: '0'
240
240
  requirements: []
241
241
  rubyforge_project:
242
- rubygems_version: 2.5.2
242
+ rubygems_version: 2.6.8
243
243
  signing_key:
244
244
  specification_version: 4
245
245
  summary: A series of helpers for consistency among HashiCorp's middleman sites