tramway-landing 3.1.1.6 → 3.1.1.7

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: 767b052086cbf7f477174d75bda91e73dfeb5337e493feba0ccc8c0548faaaaa
4
- data.tar.gz: 27666e7247984a3b8fabe85dfa4c7795acb9a34dcb3d856a8e3675e0634f3f7b
3
+ metadata.gz: c6b78d726a3daaf268e64091a5b2297a492efd96be608e4230c8bcfbaaa7299e
4
+ data.tar.gz: f13bb12075bd2fc9e55b873be2224ed92f91526302026ad163f5dca3a3a29208
5
5
  SHA512:
6
- metadata.gz: 74251e5ceabadaa9fc4afa2a5a40281c25cc40b5cc677ecf922ad2109a015078bc1b16a39999b2c1e92e4e2db16304f608941277b6ba692413111e0ed1ddf9e7
7
- data.tar.gz: 5737f7759dc703945a14d2238db3cd638096a48f98f4db01bb9deefe65fe12a234b00af6df9c6a0b5f240fdba9449c20fcb771760c43bf36b80a91df72d1e577
6
+ metadata.gz: a35799395d9ea839b565c1e6264fd57539e7cd23dc9e6acfc463759ab8317beb281b4e19ae4bb3edc4e62631fd2c61d194e46d669a1fc0c234663c6611e71777
7
+ data.tar.gz: 23a1ca28601fcea4363e977e21addb5b3ba2aad3274b4c9308ab8cc893351732a71a4bfc4a06180d5cee0918ec7b070066196c01afb070e21739433c4a3befc6
@@ -69,3 +69,11 @@ footer
69
69
  top: 1vh
70
70
  right: 1vh
71
71
  left: 1vh
72
+
73
+ .dropdown-item:hover
74
+ background: #696969 !important
75
+
76
+ .scrollable
77
+ height: auto
78
+ max-height: 30em
79
+ overflow-x: hidden
@@ -1,8 +1,8 @@
1
1
  - if link.is_a? Hash
2
2
  .nav-item.dropdown
3
- %a.nav-link.dropdown-toggle{ id: "dropdown_menu_button_#{link.keys.first}", aria: { expanded: :false, haspopup: :true }, data: { toggle: :dropdown } }
3
+ %a.nav-link.dropdown-toggle.scrollable{id: "dropdown_menu_button_#{link.keys.first}", aria: { expanded: :false, haspopup: :true }, data: { toggle: :dropdown } }
4
4
  = link.keys.first
5
- .dropdown-menu.dropdown-primary{ aria: { labelledby: "dropdown_menu_button_#{link.keys.first}" } }
5
+ .dropdown-menu.dropdown-primary.scrollable{ aria: { labelledby: "dropdown_menu_button_#{link.keys.first}" } }
6
6
  - link.values.first.each do |menu_item|
7
7
  = link_to menu_item.title, menu_item.link, class: 'dropdown-item'
8
8
  - else
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Tramway
4
4
  module Landing
5
- VERSION = '3.1.1.6'
5
+ VERSION = '3.1.1.7'
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: tramway-landing
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.1.6
4
+ version: 3.1.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - moshinaan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-08-04 00:00:00.000000000 Z
11
+ date: 2020-08-14 00:00:00.000000000 Z
12
12
  dependencies: []
13
13
  description: Landing Engine for your Rails projects
14
14
  email: