Преглед изворни кода

Update X-editable button display on hover

Small update to display the edit buttons when hovering the tr (instead of the td)
Emmanuel Vella пре 11 година
родитељ
комит
94a3908e64
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      Resources/public/css/layout.css

+ 1 - 1
Resources/public/css/layout.css

@@ -403,7 +403,7 @@ span.field-actions {
 .sonata-bc td.sonata-ba-list-field .editable-empty:not(.editable-open) {
 .sonata-bc td.sonata-ba-list-field .editable-empty:not(.editable-open) {
     display: none;
     display: none;
 }
 }
-.sonata-bc td.sonata-ba-list-field:hover .editable-empty {
+.sonata-bc .sonata-ba-list tr:hover .editable-empty {
     display: inline-block;
     display: inline-block;
 }
 }
 .editable-pre-wrapped {
 .editable-pre-wrapped {