Use default cursor for table header of project files (!5165)
This commit is contained in:
parent
7458892c32
commit
82ad9cf0e9
2 changed files with 2 additions and 2 deletions
|
@ -14,6 +14,7 @@ v 8.10.0 (unreleased)
|
||||||
- Wrap code blocks on Activies and Todos page. !4783 (winniehell)
|
- Wrap code blocks on Activies and Todos page. !4783 (winniehell)
|
||||||
- Align flash messages with left side of page content !4959 (winniehell)
|
- Align flash messages with left side of page content !4959 (winniehell)
|
||||||
- Display tooltip for "Copy to Clipboard" button !5164 (winniehell)
|
- Display tooltip for "Copy to Clipboard" button !5164 (winniehell)
|
||||||
|
- Use default cursor for table header of project files !5165 (winniehell)
|
||||||
- Display last commit of deleted branch in push events !4699 (winniehell)
|
- Display last commit of deleted branch in push events !4699 (winniehell)
|
||||||
- Escape file extension when parsing search results !5141 (winniehell)
|
- Escape file extension when parsing search results !5141 (winniehell)
|
||||||
- Apply the trusted_proxies config to the rack request object for use with rack_attack
|
- Apply the trusted_proxies config to the rack request object for use with rack_attack
|
||||||
|
|
|
@ -23,12 +23,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
cursor: pointer;
|
|
||||||
|
|
||||||
td {
|
td {
|
||||||
background-color: $row-hover;
|
background-color: $row-hover;
|
||||||
border-top: 1px solid $row-hover-border;
|
border-top: 1px solid $row-hover-border;
|
||||||
border-bottom: 1px solid $row-hover-border;
|
border-bottom: 1px solid $row-hover-border;
|
||||||
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue