Remove "Customize more" tooltip, now that the button shows it on hover
This commit is contained in:
parent
0e314482f7
commit
d1ac66a80f
1 changed files with 1 additions and 2 deletions
|
@ -20,8 +20,7 @@
|
||||||
.error-indicator
|
.error-indicator
|
||||||
💥 We couldn't load all of this outfit. Try again?
|
💥 We couldn't load all of this outfit. Try again?
|
||||||
= link_to wardrobe_path(params: @preview_outfit.wardrobe_params),
|
= link_to wardrobe_path(params: @preview_outfit.wardrobe_params),
|
||||||
class: "customize-more", target: "_blank",
|
class: "customize-more", target: "_blank" do
|
||||||
title: "Customize more", "aria-label": "Customize more" do
|
|
||||||
%measured-container.customize-more-label
|
%measured-container.customize-more-label
|
||||||
%measured-content
|
%measured-content
|
||||||
Customize more
|
Customize more
|
||||||
|
|
Loading…
Reference in a new issue