linaro-jekyll-theme 0.9.0 → 0.9.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
  SHA1:
3
- metadata.gz: 4dbdf7778c9d1a134f565cee26a6631707d13ed5
4
- data.tar.gz: 0162e458ab42a7114368dad88fdcce2cd9f69e69
3
+ metadata.gz: f232aee32de6ab8e21b2c59b9967344e8218e317
4
+ data.tar.gz: f682d9fa0fb9548d9ba1a4d3d699e2d5914f9b51
5
5
  SHA512:
6
- metadata.gz: 3766aaa093ac90e83ae376d93fddc3ce28b1a48ec911395edc892df77482d4ec5aeaf4a613030dca69114cc7c446abb289e6557c2a9bc13b67282a23165718a8
7
- data.tar.gz: c1e30e9f775eee240af253a0f4fa555c9f2481b0fe3dfb35cc1bf3d6b1c5c80d210160f1042f1b93bbc198d6a29cf624e2a1f5ae26dae3ec08a96dc5ab84627c
6
+ metadata.gz: 2b5004c175c9c9c36b49506452900a96c72eeab11440c326469f76116d108484847a2a61507a7b5601b65c40d65eb69c651c1ce4be4a8fa22c9db27dab44e482
7
+ data.tar.gz: a5e4cbebf01dad04ea5566a05b2bffc3a5610a50390f98e4e377885fd1fc0c0e67c5f6086a98424e6168366d771a3df7e50a8fd35115670b617e9c7447ea807d
data/_sass/core/nav.scss CHANGED
@@ -551,6 +551,6 @@ button#closeForm {
551
551
  button#searchButton {
552
552
  color: $navbar-base-text-color;
553
553
  }
554
- a.dropdown-item {
554
+ .navbar-inverse .navbar-nav .open .dropdown-menu > li > a.dropdown-item {
555
555
  color: $navbar-base-text-color;
556
556
  }
@@ -11,10 +11,10 @@ $(document).ready(function () {
11
11
  $("#searchDropdown").dropdown('toggle');
12
12
  });
13
13
 
14
- //Close the bootstrap navigation bar by clicking another part of the current page.
15
- $(document).on('click',function(){
16
- $('#navbar-collapse').collapse('hide');
17
- });
14
+ // //Close the bootstrap navigation bar by clicking another part of the current page.
15
+ // $(document).on('click',function(){
16
+ // $('#navbar-collapse').collapse('hide');
17
+ // });
18
18
 
19
19
  $('.main-navbar ul.dropdown-menu [data-toggle=dropdown]').on('click', function(event) {
20
20
  event.preventDefault();
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: linaro-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Kyle Kirkby