فهرست منبع

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) {
     display: none;
 }
-.sonata-bc td.sonata-ba-list-field:hover .editable-empty {
+.sonata-bc .sonata-ba-list tr:hover .editable-empty {
     display: inline-block;
 }
 .editable-pre-wrapped {