summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Slaughter <pslaughter@gitlab.com>2019-08-30 08:40:34 +0000
committerPaul Slaughter <pslaughter@gitlab.com>2019-08-30 08:40:34 +0000
commitb76bc2762a245c61089fae486e61c9fd83d45f95 (patch)
tree3849718558f06775a98a9e2d88448c755d4de975
parent5b613fb2525a4d8f89099336e236a8724f93213c (diff)
parent224080f89cfd46c7ad3d3a5d331e6e1ebe55ec57 (diff)
downloadgitlab-ce-b76bc2762a245c61089fae486e61c9fd83d45f95.tar.gz
Merge branch '66715-delete-search-animation' into 'master'
delete animation width on global search input Closes #66715 See merge request gitlab-org/gitlab-ce!32399
-rw-r--r--app/assets/stylesheets/pages/search.scss3
-rw-r--r--changelogs/unreleased/66715-delete-search-animation.yml5
2 files changed, 6 insertions, 2 deletions
diff --git a/app/assets/stylesheets/pages/search.scss b/app/assets/stylesheets/pages/search.scss
index 74380ec995a..2d2f0c531c7 100644
--- a/app/assets/stylesheets/pages/search.scss
+++ b/app/assets/stylesheets/pages/search.scss
@@ -45,8 +45,7 @@ input[type='checkbox']:hover {
border: 0;
border-radius: $border-radius-default;
transition: border-color ease-in-out $default-transition-duration,
- background-color ease-in-out $default-transition-duration,
- width ease-in-out $default-transition-duration;
+ background-color ease-in-out $default-transition-duration;
@include media-breakpoint-up(xl) {
width: $search-input-xl-width;
diff --git a/changelogs/unreleased/66715-delete-search-animation.yml b/changelogs/unreleased/66715-delete-search-animation.yml
new file mode 100644
index 00000000000..9cb796e4164
--- /dev/null
+++ b/changelogs/unreleased/66715-delete-search-animation.yml
@@ -0,0 +1,5 @@
+---
+title: delete animation width on global search input
+merge_request: 32399
+author: Romain Maneschi
+type: other