bookends 10.0.3 → 10.0.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 96e2c16114f78401af5a6137707b95b2003dbcb6529bb2483c2ff1a99600432a
4
- data.tar.gz: 2313ddc21c91d407b4e1b37739fd82f5c78ab817fe3637a8cf3a077d88c74221
3
+ metadata.gz: 6b4feecae02325367bebe1dca6e0dc8656694bde891d49c422df27f2e9bde7e3
4
+ data.tar.gz: 0f7bf385d75ca34067d7a42acb33b9dcf7fbdde55c086e43338e1f97e0ba6352
5
5
  SHA512:
6
- metadata.gz: 30cf5c1832b8e12d0b7ad6cd4ae4ded5aabeb95362360ab846a663f17dc0efd994a6c590a7976e9d2cf2ec5408dd4d8a16c3db9c47a0386da8c23819d2ba3547
7
- data.tar.gz: 8761124b489839cbaa76f3993cba9c65f7148014701380ce155d650b7d1ad08523ba4b60a4a7138de8e738e48ec503cfdfeaf83043d32949ddb9c6e4d80c8ab1
6
+ metadata.gz: 83746dae2b7f68534dfc595ea5b1e7144d01deee0f166354c45f044569d52f1b4c0d3e9830fa3a68765d890188ac5194e8aaa81c8c0d2de80725d0db9eb794c7
7
+ data.tar.gz: 2a5c307ccface29c90a6ffe9cda7256389e149a3fef858bde46564ceae06944a065a9e7d877f59bb7d918dda486e956d555b2382f061915b98ce34e0ca3cbee0
@@ -11,7 +11,7 @@
11
11
  }
12
12
 
13
13
  .heroku-cookie-banner a {
14
- color: #4A90E2;
14
+ color: #1969ca;
15
15
  }
16
16
 
17
17
  .heroku-cookie-banner.heroku-cookie-banner p {
@@ -70,34 +70,6 @@
70
70
  .heroku-cookie-banner__dismiss svg {
71
71
  height: 16px;
72
72
  }
73
-
74
- #heroku-cookie-banner.dark-mode .heroku-cookie-banner__dismiss {
75
- border-top-color: rgba(255,255,255,0.1);
76
- }
77
- }
78
-
79
- /* Overrides */
80
- /* Dark mode */
81
-
82
- #heroku-cookie-banner.dark-mode .heroku-cookie-banner {
83
- background: rgba(0,0,0,0.4);
84
- border-bottom: 1px solid rgba(255,255,255,0.1);
85
- }
86
-
87
- #heroku-cookie-banner.dark-mode .heroku-cookie-banner p {
88
- color: #fff;
89
- }
90
-
91
- #heroku-cookie-banner.dark-mode .heroku-cookie-banner a {
92
- color: #5CA6FC;
93
- }
94
-
95
- #heroku-cookie-banner.dark-mode .heroku-cookie-banner__dismiss {
96
- border-left-color: rgba(255,255,255,0.1);
97
- }
98
-
99
- #heroku-cookie-banner.dark-mode .heroku-cookie-banner__dismiss:hover {
100
- background-color: #27507F;
101
73
  }
102
74
 
103
75
  /* Overrides */
@@ -235,7 +235,7 @@
235
235
  margin: 5px;
236
236
  width: $input-height;
237
237
  height: ($input-height - 10);
238
- border: 0;
238
+ border: 1px solid transparent; // accessibility for high contrast mode in windows
239
239
  background-color: $color-purple;
240
240
  border-radius: 3px;
241
241
  text-transform: uppercase;
@@ -965,7 +965,7 @@
965
965
  width: 100%;
966
966
  font-size: 14px;
967
967
  padding: 7px $search-icon-size*2 7px 10px;
968
- border: none;
968
+ border: 1px solid transparent; // accessibility for high contrast mode in windows
969
969
  border-radius: $border-radius;
970
970
  box-sizing: border-box;
971
971
 
@@ -996,6 +996,7 @@
996
996
  left: 0;
997
997
  transform: rotate(0deg);
998
998
  transition: .15s ease-in-out;
999
+ border: 1px solid transparent; // accessibility for high contrast mode in windows
999
1000
 
1000
1001
  &:nth-child(1) {
1001
1002
  top: 0px;
@@ -1099,7 +1100,7 @@
1099
1100
  }
1100
1101
 
1101
1102
  h2, h3, h4, h5 {
1102
- color: $purple-light;
1103
+ color: lighten($purple, 32%);
1103
1104
 
1104
1105
  &.white {
1105
1106
  color: $white;
@@ -1,4 +1,4 @@
1
- <footer id="heroku-footer">
1
+ <footer id="heroku-footer" role="contentinfo">
2
2
  <div class="wrapper">
3
3
  <div class="col heroku-footer-links">
4
4
  <nav class="col">
@@ -2,7 +2,7 @@
2
2
 
3
3
  <a class="visuallyhidden" href="#skip-link">Skip Navigation</a>
4
4
 
5
- <header id="header" data-uuid="<%= glostick_user_id %>">
5
+ <header id="header" data-uuid="<%= glostick_user_id %>" role="banner">
6
6
  <nav id="navigation" role="navigation">
7
7
  <span class="mobile-nav" aria-hidden="true">
8
8
  Show nav
@@ -147,7 +147,7 @@
147
147
 
148
148
  <ul class="tool-nav">
149
149
  <% unless current_page?('/search') || search_disabled? %>
150
- <li>
150
+ <li role="search">
151
151
  <form action="<%= relative_search_path %>" class="site-search" id="site-search" method="get">
152
152
  <div class="search-input gsc-input">
153
153
  <label for="search" class="visuallyhidden">Search: </label>
@@ -1,3 +1,3 @@
1
1
  module Bookends
2
- VERSION = '10.0.3'.freeze
2
+ VERSION = '10.0.4'.freeze
3
3
  end
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.3
4
+ version: 10.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marketing Web Ops at heroku
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-04-30 00:00:00.000000000 Z
11
+ date: 2020-05-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails