 Issue 29349840:
  Issue 4294 - Removed feature section from first-run page  (Closed)
    
  
    Issue 29349840:
  Issue 4294 - Removed feature section from first-run page  (Closed) 
  | Index: firstRun.html | 
| =================================================================== | 
| --- a/firstRun.html | 
| +++ b/firstRun.html | 
| @@ -90,61 +90,6 @@ | 
| </div> | 
| </section> | 
| - | 
| - <section id="can-do-more"> | 
| - <h2 class="i18n_firstRun_features"></h2> | 
| - | 
| - <div id="can-do-more-content"> | 
| - <ul id="features"> | 
| - <li id="feature-malware" class="feature"> | 
| - <div class="feature-image feature-malware-image"></div> | 
| - <div class="feature-description"> | 
| - <div class="feature-description-textblock"> | 
| - <h3 class="i18n_firstRun_feature_malware feature-title"></h3> | 
| - <span class="i18n_firstRun_feature_malware_description"></span> | 
| - </div> | 
| - <div id="toggle-malware" class="toggle"> | 
| - <div class="i18n_firstRun_toggle_on toggle-on"></div> | 
| - <div class="toggle-blob"></div> | 
| - <div class="i18n_firstRun_toggle_off toggle-off"></div> | 
| - </div> | 
| - </div> | 
| - | 
| - </li> | 
| - <li id="feature-social" class="feature"> | 
| - <div class="feature-image feature-social-image"></div> | 
| 
saroyanm
2016/08/16 12:00:11
What about feature images themselves ? 
I think th
 
Thomas Greiner
2016/08/16 13:12:00
I mentioned this in the review description. Admitt
 
saroyanm
2016/08/16 13:20:32
OOps sorry, missed that.
 | 
| - <div class="feature-description"> | 
| - <div class="feature-description-textblock"> | 
| - <h3 class="i18n_firstRun_feature_social feature-title"></h3> | 
| - <span class="i18n_firstRun_feature_social_description"></span> | 
| - </div> | 
| - <div id="toggle-social" class="toggle"> | 
| - <div class="i18n_firstRun_toggle_on toggle-on"></div> | 
| - <div class="toggle-blob"></div> | 
| - <div class="i18n_firstRun_toggle_off toggle-off"></div> | 
| - </div> | 
| - </div> | 
| - </li> | 
| - | 
| - <li id="feature-tracking" class="feature"> | 
| - <div class="feature-image feature-tracking-image"></div> | 
| - <div class="feature-description"> | 
| - <div class="feature-description-textblock"> | 
| - <h3 class="i18n_firstRun_feature_tracking feature-title"></h3> | 
| - <span class="i18n_firstRun_feature_tracking_description"></span> | 
| - </div> | 
| - <div id="toggle-tracking" class="toggle"> | 
| - <div class="i18n_firstRun_toggle_on toggle-on"></div> | 
| - <div class="toggle-blob"></div> | 
| - <div class="i18n_firstRun_toggle_off toggle-off"></div> | 
| - </div> | 
| - </div> | 
| - </li> | 
| - | 
| - </ul> | 
| - | 
| - </div> | 
| - </section> | 
| </div> | 
| <footer> |