solve hover problem for ordering articles

This commit is contained in:
viehlieb 2022-04-07 13:32:52 +02:00 committed by Philipp Rothmann
parent 37743d4586
commit 86708f6f8d
2 changed files with 3 additions and 3 deletions

View file

@ -278,8 +278,8 @@ tr.order-article .article-info {
display: none;
}
tr.order-article:hover .article-info {
display: block;
tr.order-article:focus{
background-color: #E4EED6;
}
tr.order-article:focus .article-info {
display: block;

View file

@ -69,7 +69,7 @@
= f.hidden_field :order_id
= f.hidden_field :updated_by_user_id
= f.hidden_field :ordergroup_id
%table.table.table-hover
%table.table
%thead
%tr
%th= heading_helper Article, :name