Skip to content
Snippets Groups Projects
  1. Sep 20, 2023
  2. Sep 19, 2023
  3. Sep 18, 2023
  4. Sep 17, 2023
  5. Sep 16, 2023
  6. Sep 15, 2023
  7. Sep 14, 2023
  8. Sep 13, 2023
  9. Sep 12, 2023
  10. Sep 11, 2023
  11. Sep 10, 2023
  12. Sep 09, 2023
  13. Sep 08, 2023
  14. Sep 07, 2023
  15. Sep 06, 2023
  16. Sep 05, 2023
    • Pratik Awasthi's avatar
      [FIX] portal: set right color on text ellipsis when `a` tag is used in `td` · b28459dd
      Pratik Awasthi authored
      
      Before this commit, when `a` tag is in a td, the color of text ellipsis
      (3 dots) is different than the text because the text-ellipsis is set on
      the parent element, that is `td` element and the color is set on the `a`.
      
      This commit sets the right color on td element when that element has `a`
      element.
      
      Limitation (only for td inside element with `o_portal_my_doc_table` class):
      if the `td` element contains `a` tag and another element
      then the color has to be set to that other html element otherwise,
      the color will be the one of the a tag.
      
      task-3251721
      
      closes odoo/odoo#124447
      
      Signed-off-by: default avatarXavier Bol (xbo) <xbo@odoo.com>
      b28459dd
Loading