material_design 0.4.2 → 0.4.3
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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 65a3ebcd48a84aad27b7457dfad4124991b4a6d2240788a3e56b80a6bf5d66ee
|
4
|
+
data.tar.gz: 235f8b0ff3d2bb15217cd756e85eeeb32a206fca692beb03d0e6690ddd76b389
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 31e5da84c10963d405d310ca874f738a5550a8591b48b5aecc8b9f1fd43ccdc961854dba24711f1309335037505f9a5cf406a44cbe3144b89881d2fe5f3ea6cc
|
7
|
+
data.tar.gz: 7376373faceba17c98e31e6d9db5a76f5bf8d0517d2431ed7b93128354c26108fa8d3c000b1a05b656358ce687280a845dba4e56f13624984f2e35fc057b0440
|
@@ -5,9 +5,7 @@
|
|
5
5
|
<% section[:nav_items].each do |nav_item| %>
|
6
6
|
<%= link_to nav_item[:href], class: class_names("navigation-drawer__nav_item", { active: request.fullpath.start_with?(nav_item[:href]) }) do %>
|
7
7
|
<div class="navigation-drawer__state-layer">
|
8
|
-
|
9
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M12 18C15.3137 18 18 15.3137 18 12C18 8.68629 15.3137 6 12 6C8.68629 6 6 8.68629 6 12C6 15.3137 8.68629 18 12 18Z" fill="currentcolor "/>
|
10
|
-
</svg>
|
8
|
+
<%= render "material_design/icons/icon", locals: { size: 24, icon: nav_item[:icon] } %>
|
11
9
|
<div style="flex: 1 0 0;">
|
12
10
|
<%= render "material_design/typography/label_large", locals: { label: nav_item[:label] } %>
|
13
11
|
</div>
|