○ローカルでは出なかった挙動がデブロイすることによって起こっているので
その対策を備忘録として残しておきます。
ホバー時に、謎の線が出てします。
対策:cssを適用する
index.html
<%= link_to new_nursing_home_registration_path,id:"btnline" do %>
<button class="style-topoffices-newmenbtn style-boder-smallradius">事業所新規登録</button>
<% end %>
style.css
# btnline:hover{
text-decoration: none;
}
これで解決しました。