[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:
parent
8026a091d2
commit
9a2807106e
|
@ -126,14 +126,13 @@
|
||||||
|
|
||||||
.input-box .tools {
|
.input-box .tools {
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
transition: max-height 0.6s linear;
|
transition: max-height 0.3s linear;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
padding-right: 16px;
|
padding-right: 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.input-box .tools.focused {
|
.input-box .tools.focused {
|
||||||
max-height: 100px;
|
max-height: 100px;
|
||||||
transition: max-height 0.6s linear;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Input borderless*/
|
/* Input borderless*/
|
||||||
|
|
Loading…
Reference in New Issue