[Library | Trunk]

- add reset icon
- Input.css: hide arrows from input number
- Update css rules slider z-index



git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60893 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
argiro.kokogiannaki 2021-04-16 16:23:57 +00:00
parent 1fae3c0e67
commit 4dda29f37a
1 changed files with 5 additions and 0 deletions

View File

@ -133,3 +133,8 @@ export const check_circle_outlined = {
}
/** Add new icon under this line to be sure that it will be added on preview */
export const reset = {
name: 'reset',
data: '<svg width="20" height="20" viewBox="0 0 20 20" xmlns="http://www.w3.org/2000/svg"><polyline fill="#000" points="1 2 2 2 2 6 6 6 6 7 1 7 1 2"></polyline><path fill="none" stroke="#000" stroke-width="1.1" d="M2.1,6.548 C3.391,3.29 6.746,1 10.5,1 C15.5,1 19.5,5 19.5,10 C19.5,15 15.5,19 10.5,19 C5.5,19 1.5,15 1.5,10"></path></svg>'
}