details:   https://code.tryton.org/tryton/commit/de0a565f6e6a
branch:    default
user:      Cédric Krier <[email protected]>
date:      Thu Jul 23 18:39:42 2026 +0200
description:
        Use cell cursor on table row

        This allows to distinct between clicking on the row and on the links.

        Closes #14968
diffstat:

 sao/src/sao.less |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r e8c236df3121 -r de0a565f6e6a sao/src/sao.less
--- a/sao/src/sao.less  Thu Jul 23 18:27:41 2026 +0200
+++ b/sao/src/sao.less  Thu Jul 23 18:39:42 2026 +0200
@@ -263,6 +263,12 @@
     @media (max-width: (@screen-sm-max)) {
         width: 100% !important;
     }
+
+    .treeview {
+        > table.tree > tbody > tr > td {
+            cursor: pointer;
+        }
+    }
 }
 
 [dir="rtl"] #menu {
@@ -1019,7 +1025,7 @@
             }
         }
         > tbody > tr > td {
-            cursor: pointer;
+            cursor: cell;
             > * {
                 vertical-align: middle;
             }

Reply via email to