mirror of
https://github.com/python/cpython.git
synced 2025-11-03 03:22:27 +00:00
Anchors ("a" elements) used only for the name attribute should not
change color on hover, only those that are link sources (href attributes).
This commit is contained in:
parent
1e4519faaa
commit
a8ef0d1df2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ body { color: #000000;
|
|||
background-color: #ffffff; }
|
||||
|
||||
a:active { color: #ff0000; }
|
||||
a:hover { background-color: #bbeeff; }
|
||||
a[href]:hover { background-color: #bbeeff; }
|
||||
a:visited { color: #551a8b; }
|
||||
a:link { color: #0000bb; }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue