| author | |
| committer | |
| log | 98fa065de722bb7981949117a66643ed9eac8c52 |
| tree | ea2a561244f1c46359755a5f39dc0ebf36f89a42 |
| parent | bddbbef32b4a42237ca84352a26a93bf250da918 |
In addition to the pointer, this gives some visual feedback to the user
that the element is interactive. This is a very common style pattern
across the web.1 files changed, 1 insertions(+), 1 deletions(-)
doc/langref.html.in+1-1| ... | @@ -8,7 +8,7 @@ | ... | @@ -8,7 +8,7 @@ |
| 8 | body{ | 8 | body{ |
| 9 | font-family: system-ui, -apple-system, Roboto, "Segoe UI", sans-serif; | 9 | font-family: system-ui, -apple-system, Roboto, "Segoe UI", sans-serif; |
| 10 | } | 10 | } |
| 11 | a { | 11 | a:not(:hover) { |
| 12 | text-decoration: none; | 12 | text-decoration: none; |
| 13 | } | 13 | } |
| 14 | table, th, td { | 14 | table, th, td { |