Delete animation width on global search input
This commit is contained in:
parent
5b613fb252
commit
224080f89c
2 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
5
changelogs/unreleased/66715-delete-search-animation.yml
Normal file
5
changelogs/unreleased/66715-delete-search-animation.yml
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: delete animation width on global search input
|
||||
merge_request: 32399
|
||||
author: Romain Maneschi
|
||||
type: other
|
Loading…
Reference in a new issue