Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2016-06-29 15:49:19 +0300
committerRobert Speicher <rspeicher@gmail.com>2016-06-29 17:49:55 +0300
commitc83db6b7cb8fce7262e0030c1eec6ee9382888f3 (patch)
tree8e4eb1308d476dfc4d1ae6baf2f9142e43ccca0c /CHANGELOG
parent2bb054c461043bf4770e6691f4142526ed03491b (diff)
Merge branch 'filter-fade-fix' into 'master'
Removed fade when filtering results ## What does this MR do? Removes the `opacity` change when filtering results seeing as we now do `Turbolinks.visit` it isn't required. Best way to see issue - filter issues & then go back. Will still have opacity styling. See merge request !4932 (cherry picked from commit bef4294c58e0bbadc01f633fc8bea514801de7ae)
Diffstat (limited to 'CHANGELOG')
-rw-r--r--CHANGELOG1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG b/CHANGELOG
index 2ea3f96e760..a680d6fc123 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -11,6 +11,7 @@ v 8.9.3
- Use clock_gettime for all performance timestamps. !4899
- Use memorized tags array when searching tags by name. !4859
- Fixed avatar alignment in new MR view. !4901
+ - Removed fade when filtering results. !4932
v 8.9.2
- Fix visibility of snippets when searching.