bookends 10.0.5 → 10.0.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/stylesheets/bookends/_header.scss +26 -4
- data/app/views/bookends/_header.html.erb +4 -2
- data/lib/bookends/version.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6601ae27bcdc3f586ffc920edc776313e1a7135049a33df52d22d9acd27980ca
|
4
|
+
data.tar.gz: '042279ceb99e5ed46d7adeabedaeabf2e3c99cece860dbbc16612be3084f7e29'
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 318b7ce84f031cec5767d1a3314b5f87f5518dc31742520fd49c9f596e8af38e828fd406020f54890a42320dd0415f9c9dd59741bba4c71f8b0750cd92f7b39f
|
7
|
+
data.tar.gz: f5aaffbce20ab4840d00bfd5d66c8c872e42a83f02ccad8688203a6b40a7c00c995631f0631b3ec54afa125850c14400fa07f46ee3e59437fa9c03c99c1446a4
|
@@ -38,6 +38,31 @@
|
|
38
38
|
position: relative;
|
39
39
|
}
|
40
40
|
|
41
|
+
a.visuallyhidden.skip-link:focus {
|
42
|
+
// undo .visuallyhidden
|
43
|
+
width: auto;
|
44
|
+
height: auto;
|
45
|
+
overflow: auto;
|
46
|
+
margin: 0;
|
47
|
+
clip: auto;
|
48
|
+
|
49
|
+
top: 10px;
|
50
|
+
z-index: 1000;
|
51
|
+
|
52
|
+
// styling for link
|
53
|
+
transition: all .3s;
|
54
|
+
background: white;
|
55
|
+
color: $purple;
|
56
|
+
font-weight: bold;
|
57
|
+
|
58
|
+
border: 2px solid $purple;
|
59
|
+
border-left: none;
|
60
|
+
border-top-right-radius: 4px;
|
61
|
+
border-bottom-right-radius: 4px;
|
62
|
+
|
63
|
+
padding: 10px 30px;
|
64
|
+
}
|
65
|
+
|
41
66
|
#navigation {
|
42
67
|
$padding-nav: 20px;
|
43
68
|
$padding-nav-inner: 7px;
|
@@ -83,7 +108,7 @@
|
|
83
108
|
|
84
109
|
> a {
|
85
110
|
display: inline-block;
|
86
|
-
padding: 4px 0;
|
111
|
+
padding: 4px 0 8px 0;
|
87
112
|
text-decoration: none;
|
88
113
|
color: fade-out($color-link, .4);
|
89
114
|
|
@@ -154,7 +179,6 @@
|
|
154
179
|
> .dropdown {
|
155
180
|
visibility: visible;
|
156
181
|
opacity: 1;
|
157
|
-
margin-top: 3px;
|
158
182
|
transition-delay: 0s;
|
159
183
|
}
|
160
184
|
}
|
@@ -591,8 +615,6 @@
|
|
591
615
|
}
|
592
616
|
}
|
593
617
|
|
594
|
-
|
595
|
-
|
596
618
|
.nav-wrapper {
|
597
619
|
@media screen and (max-width: $desktop) {
|
598
620
|
display: none;
|
@@ -1,6 +1,8 @@
|
|
1
1
|
<div id="heroku-cookie-banner"></div>
|
2
2
|
|
3
|
-
|
3
|
+
<!--googleoff: anchor-->
|
4
|
+
<a class="visuallyhidden skip-link" href="#skip-link">Skip Navigation</a>
|
5
|
+
<!--googleon: anchor-->
|
4
6
|
|
5
7
|
<header id="header" data-uuid="<%= glostick_user_id %>" role="banner">
|
6
8
|
<nav id="navigation" role="navigation">
|
@@ -79,7 +81,7 @@
|
|
79
81
|
<li><%= link_to_new_window('Leading Through Change with Data', 'https://www.tableau.com/leading-through-change?placement=homepage&utm_medium=Referral&utm_source=Salesforce', class: 'bookends-icon bullet') %></li>
|
80
82
|
<li><%= link_to_new_window('COVID-19 Data Hub', 'https://www.tableau.com/covid-19-coronavirus-data-resources?placement=homepage&utm_medium=Referral&utm_source=Salesforce', class: 'bookends-icon bullet') %></li>
|
81
83
|
<li><%= link_to_new_window('COVID-19 Global Daily Tracker', 'https://www.tableau.com/covid-19-coronavirus-data-resources/global-tracker?placement=homepage&utm_medium=Referral&utm_source=Salesforce', class: 'bookends-icon bullet') %></li>
|
82
|
-
<li><%= link_to_new_window('Global Economy Data Track', 'https://www.tableau.com/covid-19-coronavirus-data-resources/economy-data-track?placement=homepage&utm_medium=Referral&utm_source=Salesforce', class: 'bookends-icon bullet') %></li>
|
84
|
+
<li><%= link_to_new_window('Global Economy Data Track', 'https://www.tableau.com/covid-19-coronavirus-data-resources/economy-data-track?placement=homepage&utm_medium=Referral&utm_source=Salesforce', class: 'bookends-icon bullet') %></li>
|
83
85
|
<li><%= link_to_new_window('Government Data Track', 'https://www.tableau.com/covid-19-coronavirus-data-resources/government-data-track?placement=homepage&utm_medium=Referral&utm_source=Salesforce', class: 'bookends-icon bullet') %></li>
|
84
86
|
<li><%= link_to_new_window('Healthcare Data Track', 'https://www.tableau.com/covid-19-coronavirus-data-resources/healthcare-data-track?placement=homepage&utm_medium=Referral&utm_source=Salesforce', class: 'bookends-icon bullet') %></li>
|
85
87
|
<li><%= link_to_new_window('B-Well Together', 'https://www.salesforce.com/resources/videos/be-well/?d=cta-glob-nav-5', class: 'bookends-icon bullet') %></li>
|
data/lib/bookends/version.rb
CHANGED
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: bookends
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 10.0.
|
4
|
+
version: 10.0.6
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Marketing Web Ops at heroku
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-
|
11
|
+
date: 2020-11-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -749,7 +749,7 @@ files:
|
|
749
749
|
homepage: https://www.heroku.com
|
750
750
|
licenses: []
|
751
751
|
metadata: {}
|
752
|
-
post_install_message:
|
752
|
+
post_install_message:
|
753
753
|
rdoc_options: []
|
754
754
|
require_paths:
|
755
755
|
- lib
|
@@ -765,7 +765,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
765
765
|
version: '0'
|
766
766
|
requirements: []
|
767
767
|
rubygems_version: 3.0.3
|
768
|
-
signing_key:
|
768
|
+
signing_key:
|
769
769
|
specification_version: 4
|
770
770
|
summary: an engine to abstract common html/css elements across Heroku properties
|
771
771
|
test_files:
|