[Library | Trunk]: Input tools reduce transion duration

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60449 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2021-02-18 12:27:57 +00:00
parent 8026a091d2
commit 9a2807106e
1 changed files with 1 additions and 2 deletions

View File

@ -126,14 +126,13 @@
.input-box .tools {
max-height: 0;
transition: max-height 0.6s linear;
transition: max-height 0.3s linear;
overflow: hidden;
padding-right: 16px;
}
.input-box .tools.focused {
max-height: 100px;
transition: max-height 0.6s linear;
}
/* Input borderless*/