updated feedback nav icon to outline icon
parent
1364550809
commit
68b50f9650
|
@ -50,7 +50,9 @@
|
|||
<span class="inline icon-ui-triangle middle"></span>
|
||||
{{ else if eq $icon "cloud" }}
|
||||
<span class="inline icon-ui-cloud large"></span>
|
||||
{{ else if or (eq $icon "feedback") (eq $icon "chat") (eq $icon "bubble") }}
|
||||
{{ else if eq $icon "feedback" }}
|
||||
<span class="inline icon-ui-nav-chat large"></span>
|
||||
{{ else if eq $icon "chat" }}
|
||||
<span class="inline icon-ui-chat large"></span>
|
||||
{{ else if eq $icon "add-label" }}
|
||||
<span class="inline add-btn-round"></span>
|
||||
|
|
|
@ -18,7 +18,7 @@
|
|||
{{ .Scratch.Set "icon" "wrench-2" }}
|
||||
{{ .Scratch.Set "title" "Settings" }}
|
||||
{{ else if or (eq $navIcon "feedback") }}
|
||||
{{ .Scratch.Set "icon" "chat" }}
|
||||
{{ .Scratch.Set "icon" "nav-chat" }}
|
||||
{{ .Scratch.Set "title" "Feedback" }}
|
||||
{{ else if or (eq $navIcon "cloud") }}
|
||||
{{ .Scratch.Set "icon" "cloud" }}
|
||||
|
|
Loading…
Reference in New Issue