diff options
author | Fatih Acet <acetfatih@gmail.com> | 2016-07-14 14:37:21 +0000 |
---|---|---|
committer | Fatih Acet <acetfatih@gmail.com> | 2016-07-14 14:37:21 +0000 |
commit | f17a753d276e74840437143a27b8e769a52ad106 (patch) | |
tree | b804f55a5b431b279652f5a18484c161665ec937 /CHANGELOG | |
parent | bb8e39cf533591fdd01b69f045ce7c043f37f2ae (diff) | |
parent | 82ad9cf0e9a10a24e58fd68d33359f27d66a02f9 (diff) | |
download | gitlab-ce-f17a753d276e74840437143a27b8e769a52ad106.tar.gz |
Merge branch 'project-files-header-cursor' into 'master'
Use default cursor for table header of project files
## What does this MR do?
Use default cursor for table header of project files.
## Are there points in the code the reviewer needs to double check?
Nope.
## Why was this MR needed?
The table header had a pointer cursor even though it was not clickable.
## What are the relevant issue numbers?
fixes #19612
See merge request !5165
Diffstat (limited to 'CHANGELOG')
-rw-r--r-- | CHANGELOG | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG index 90b1b483e00..6a061a86abe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -14,6 +14,7 @@ v 8.10.0 (unreleased) - Wrap code blocks on Activies and Todos page. !4783 (winniehell) - Align flash messages with left side of page content !4959 (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) - Escape file extension when parsing search results !5141 (winniehell) - Apply the trusted_proxies config to the rack request object for use with rack_attack |