Project

General

Profile

« Previous | Next » 

Revision 60893

[Library | Trunk]

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

View differences:

icons.ts
133 133
}
134 134

  
135 135
/** Add new icon under this line to be sure that it will be added on preview */
136

  
137
export const reset = {
138
  name: 'reset',
139
  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>'
140
}

Also available in: Unified diff