Use browser default color for visited changeset links in history
This commit is contained in:
parent
34ac3cdbc4
commit
b60351a5f6
1 changed files with 4 additions and 0 deletions
|
@ -635,6 +635,10 @@ tr.turn {
|
|||
position: relative;
|
||||
z-index: 2; /* needs to be higher than Bootstrap's stretched link ::after z-index */
|
||||
}
|
||||
|
||||
a.changeset_id:visited {
|
||||
color: revert !important;
|
||||
}
|
||||
}
|
||||
|
||||
.changeset_more .loader {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue