 Issue 29596678:
  Issue 5973 - broken icons on Firefox v50-53  (Closed)
    
  
    Issue 29596678:
  Issue 5973 - broken icons on Firefox v50-53  (Closed) 
  | Left: | ||
| Right: | 
| LEFT | RIGHT | 
|---|---|
| 1 <svg xmlns="http://www.w3.org/2000/svg"> | 1 <svg xmlns="http://www.w3.org/2000/svg"> | 
| 
saroyanm
2017/11/03 18:02:26
This Icon is also being used in the mobile version
 
saroyanm
2017/11/03 18:28:29
Updated mobile-options.html to use "ID".
 | |
| 2 <view id="default" viewBox="10 10 30 30"/> | 2 <view id="default" viewBox="10 10 30 30"/> | 
| 3 <polygon points="20.49 31.17 13.29 23.98 14.71 22.56 20.49 28.34 33.29 15.54 3 4.71 16.95 20.49 31.17" fill="#BBB"/> | 3 <polygon points="20.49 31.17 13.29 23.98 14.71 22.56 20.49 28.34 33.29 15.54 3 4.71 16.95 20.49 31.17" fill="#BBB"/> | 
| 4 | 4 | 
| 5 <view id="approve" viewBox="10 40 30 30"/> | 5 <view id="approved" viewBox="10 40 30 30"/> | 
| 6 <polygon points="20.49 31.17 13.29 23.98 14.71 22.56 20.49 28.34 33.29 15.54 3 4.71 16.95 20.49 31.17" transform="translate(0, 30)" fill="#008000"/> | 6 <polygon points="20.49 31.17 13.29 23.98 14.71 22.56 20.49 28.34 33.29 15.54 3 4.71 16.95 20.49 31.17" transform="translate(0, 30)" fill="#008000"/> | 
| 7 </svg> | 7 </svg> | 
| LEFT | RIGHT |