@odoo/o-spreadsheet 19.3.18 → 19.3.20

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,9 +2,9 @@
2
2
  /*
3
3
  * This file is generated by o-spreadsheet build tools. Do not edit it.
4
4
  * @see https://github.com/odoo/o-spreadsheet
5
- * @version 19.3.18
6
- * @date 2026-08-29T09:16:30.020Z
7
- * @hash 1f4b1ae
5
+ * @version 19.3.20
6
+ * @date 2026-09-10T05:38:04.887Z
7
+ * @hash e488e8d
8
8
  */
9
9
  :root {
10
10
  --os-gray-100: light-dark(#f9fafb, #1b1d26);
@@ -22,7 +22,7 @@
22
22
  --os-white-bg: light-dark(#ffffff, var(--os-gray-200));
23
23
  --os-popover-bg: light-dark(#ffffff, var(--os-gray-300));
24
24
 
25
- --os-default-font: "Roboto", "Arial";
25
+ --os-default-font: "Roboto", "Arial", "Liberation Sans";
26
26
  --os-default-font-size: 10px;
27
27
  --os-link-color: light-dark(#017e84, #02c7b5);
28
28
  --os-link-hover-color: light-dark(#01585c, #4ed8cb);
@@ -2810,6 +2810,9 @@
2810
2810
  position: absolute;
2811
2811
  cursor: pointer;
2812
2812
  }
2813
+ .o-grid.o-dashboard-grid {
2814
+ background: #ffffff;
2815
+ }
2813
2816
  }
2814
2817
 
2815
2818
  /* Originates from src/components/dashboard/clickable_cell_sort_icon/clickable_cell_sort_icon.css */