hide entire list item, not just the button
This commit is contained in:
parent
192c0a0931
commit
6ac227fd31
|
@ -24,9 +24,9 @@
|
|||
= nav_entry "Inbox", "/inbox", badge: inbox_count
|
||||
= render "layouts/notifications"
|
||||
%ul.nav.navbar-nav.navbar-right
|
||||
%li
|
||||
%li.hidden-xs
|
||||
%span{"data-toggle" => "tooltip", "data-placement" => "bottom", title: "Ask a question"}
|
||||
.btn.btn-link.navbar-btn.btn-sm.hidden-xs{name: "toggle-all-ask", "data-target" => "#modal-ask-followers", "data-toggle" => "modal", :type => "button"}
|
||||
.btn.btn-link.navbar-btn.btn-sm{name: "toggle-all-ask", "data-target" => "#modal-ask-followers", "data-toggle" => "modal", :type => "button"}
|
||||
%i.fa.fa-pencil-square-o
|
||||
%li.dropdown
|
||||
%a.dropdown-toggle{href: "#", "data-toggle" => "dropdown"}
|
||||
|
|
Loading…
Reference in New Issue