jumbo-jekyll-theme 3.8.0 → 3.8.1

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
  SHA256:
3
- metadata.gz: dbf14e5b9f926b16a880b97c37829aaefcee5578ebb4b6d1d30de0e0cb03c5a5
4
- data.tar.gz: 66b933746f9bbe87f346f5f9fc15f1acbc2989ee6a86dde3258771950db768d5
3
+ metadata.gz: adcd9cb643a8d5a7c418945510fea7002fae92571579f9657be69209285a7e3d
4
+ data.tar.gz: f25c1215f2fc416da61a728bf519212e7a2aff77eb35f4c6430fc913d59f89e9
5
5
  SHA512:
6
- metadata.gz: 5ab7b909a3f93c679fd00321d1bef732edf5637f63b9e24aefa3782a027aa4ace5d1efbafd6cd6e20e2ddd2725fc260c40f09d9099e21e1197fc5944ac312fde
7
- data.tar.gz: b57a8377c3a699a5ae8a7548614a476f2f1ad9417312d87fe183788ca4c941dcd9ffb33d1cb0a9cf76183eb004841cd04a8e3e8261c1577e955faaf6901d2852
6
+ metadata.gz: 0ca97df0b5c716c54d7118a2a67ad75aad816aeace3e2fb1830dfc71d6665b823da4a769e006075c5e534bafd007573b22f366004a8f565ee678481e75920ee8
7
+ data.tar.gz: 45abf3ef62acf90b5fb4b54c069e71336020c33720894adc6aaf03620e09c673d25206e10ef55ed3ab2164de7f75ba20fce976040edb7006eae1c46bcc2896b6
@@ -143,3 +143,33 @@ td {
143
143
  td:last-child {
144
144
  border-right: 0px;
145
145
  }
146
+
147
+ // doubleScroll
148
+ .doubleScroll-scroll-wrapper::-webkit-scrollbar {
149
+ width: 1em;
150
+ }
151
+ .doubleScroll-scroll-wrapper::-webkit-scrollbar-track {
152
+ box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
153
+ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
154
+ background-color: darken($body-bg, 80%);
155
+ }
156
+ .doubleScroll-scroll-wrapper::-webkit-scrollbar-thumb {
157
+ background-color: lighten($brand-primary, 20%);
158
+ outline: 1px solid lighten($body-bg, 90%);
159
+ }
160
+
161
+ .double-scroll::-webkit-scrollbar {
162
+ width: 1em;
163
+ }
164
+ .double-scroll::-webkit-scrollbar-track {
165
+ box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
166
+ -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
167
+ background-color: darken($body-bg, 80%);
168
+ }
169
+ .double-scroll::-webkit-scrollbar-thumb {
170
+ background-color: lighten($brand-primary, 20%);
171
+ outline: 1px solid lighten($body-bg, 90%);
172
+ }
173
+ .double-scroll table.table {
174
+ margin-bottom: 0px;
175
+ }
@@ -5,7 +5,7 @@ $(window).click(function() {
5
5
  $(document).ready(function () {
6
6
  // Double Scroll Plugin
7
7
  if($(".double-scroll").length > 0){
8
- $(this).doubleScroll({
8
+ $(".double-scroll").doubleScroll({
9
9
  resetOnWindowResize: true,
10
10
  onlyIfScroll: true
11
11
  });
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jumbo-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.8.0
4
+ version: 3.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby