Skip to content
Snippets Groups Projects
Commit 224080f8 authored by Maneschi Romain's avatar Maneschi Romain Committed by Paul Slaughter
Browse files

Delete animation width on global search input

parent 5b613fb2
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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;
Loading
Loading
---
title: delete animation width on global search input
merge_request: 32399
author: Romain Maneschi
type: other
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment