[all-commits] [llvm/llvm-project] 3cbadc: [clang][dataflow] Tweak styling of iteration tabs....

martinboehme via All-commits all-commits at lists.llvm.org
Thu Sep 28 01:34:13 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3cbadc5cdac0bef79c0a640eb015eed93fd6a909
      https://github.com/llvm/llvm-project/commit/3cbadc5cdac0bef79c0a640eb015eed93fd6a909
  Author: martinboehme <mboehme at google.com>
  Date:   2023-09-28 (Thu, 28 Sep 2023)

  Changed paths:
    M clang/lib/Analysis/FlowSensitive/HTMLLogger.css

  Log Message:
  -----------
  [clang][dataflow] Tweak styling of iteration tabs. (#67637)

- On non-selected tabs, set cursor to 'pointer' to indicate they're
clickable

- Selected tab shares the same background as the contents to emphasize
that it's
associated with that content. (Compare with Google Chrome or VS Code,
which do
  this similarly.)

- Hovered-over tab becomes slightly brighter to indicate that clicking
it will
  make it even brighter (again, Chrome does this in a similar way).

Example:


![image](https://github.com/llvm/llvm-project/assets/29098113/e588068d-edff-49a8-b468-09dbb3255c3e)

(Mouse cursor is over "Iteration 2", but unfortunately I couldn't get
the screenshot to include the cursor.)




More information about the All-commits mailing list