mirror of https://github.com/python/cpython
avoid applying :active to anchors that are only link targets
(no href attribute)
This commit is contained in:
parent
f7a8899f33
commit
58954813ce
|
@ -38,7 +38,7 @@ big.xhuge { font-size : xx-large; }
|
|||
body { color: #000000;
|
||||
background-color: #ffffff; }
|
||||
|
||||
a:active { color: #ff0000; }
|
||||
a:link:active { color: #ff0000; }
|
||||
a:link:hover { background-color: #bbeeff; }
|
||||
a:visited:hover { background-color: #bbeeff; }
|
||||
a:visited { color: #551a8b; }
|
||||
|
|
Loading…
Reference in New Issue