changeset 5ea9ffa9c692 in sao:default
details: https://hg.tryton.org/sao?cmd=changeset&node=5ea9ffa9c692
description:
Do not render border at bottom of the cell on extra small screen
It is annoying for cell with invisible widget.
issue11636
review437241003
diffstat:
src/sao.less | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diffs (11 lines):
diff -r 09a85a5a8ed6 -r 5ea9ffa9c692 src/sao.less
--- a/src/sao.less Wed Sep 07 17:02:23 2022 +0200
+++ b/src/sao.less Thu Sep 08 13:08:39 2022 +0200
@@ -979,7 +979,6 @@
> tfoot > tr > td {
/* Behave like a "row" */
border: none;
- border-bottom: 1px solid @table-border-color;
position: relative;
}
> tbody > tr,