solve hover problem for ordering articles
This commit is contained in:
parent
37743d4586
commit
86708f6f8d
2 changed files with 3 additions and 3 deletions
|
@ -278,8 +278,8 @@ tr.order-article .article-info {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
tr.order-article:hover .article-info {
|
tr.order-article:focus{
|
||||||
display: block;
|
background-color: #E4EED6;
|
||||||
}
|
}
|
||||||
tr.order-article:focus .article-info {
|
tr.order-article:focus .article-info {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
|
@ -69,7 +69,7 @@
|
||||||
= f.hidden_field :order_id
|
= f.hidden_field :order_id
|
||||||
= f.hidden_field :updated_by_user_id
|
= f.hidden_field :updated_by_user_id
|
||||||
= f.hidden_field :ordergroup_id
|
= f.hidden_field :ordergroup_id
|
||||||
%table.table.table-hover
|
%table.table
|
||||||
%thead
|
%thead
|
||||||
%tr
|
%tr
|
||||||
%th= heading_helper Article, :name
|
%th= heading_helper Article, :name
|
||||||
|
|
Loading…
Reference in a new issue