Track and untrack refs
This commit is contained in:
parent
4af950b6a4
commit
7e0bf21223
10 changed files with 134 additions and 25 deletions
|
|
@ -29,9 +29,18 @@ a:hover {
|
|||
}
|
||||
|
||||
button {
|
||||
font-size: inherit;
|
||||
padding: 0 .5ch;
|
||||
}
|
||||
|
||||
button.linkish {
|
||||
background-color: unset;
|
||||
border: unset;
|
||||
text-decoration: underline;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
details {
|
||||
padding: .3em 1ch;
|
||||
background-color: #ddd;
|
||||
|
|
@ -145,15 +154,6 @@ nav a:hover {
|
|||
display: inline;
|
||||
}
|
||||
|
||||
.queue-commits button {
|
||||
font-size: inherit;
|
||||
background-color: unset;
|
||||
border: unset;
|
||||
text-decoration: underline;
|
||||
padding: 0;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.queue-commits button:hover {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue