Skip to content

Commit

Permalink
Merge pull request #33 from sugarlabs-appstore/remove-flask-icon
Browse files Browse the repository at this point in the history
😭 Remove the flask icon
  • Loading branch information
srevinsaju authored Aug 17, 2020
2 parents 1815e8d + c1029a5 commit d4f750d
Showing 1 changed file with 0 additions and 35 deletions.
35 changes: 0 additions & 35 deletions aslo4-static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,34 +105,7 @@
<i class="fas fa-code"></i> Creativ theme</a>
</div>
</li>
<!--li class="nav-item">
<a class="nav-link disabled" href="#">Disabled</a>
</li-->
</ul>
<!--form class="form-inline my-2 my-lg-0">
<input class="form-control mr-sm-2" type="search" placeholder="Search" aria-label="Search">
<button class="btn btn-outline-success my-2 my-sm-0" type="submit">Search</button>
</form>
</ul-->
<!--div class="custom-control custom-switch">
<input type="checkbox" class="custom-control-input" disabled id="customSwitch2">
<label class="custom-control-label" for="customSwitch2">Disabled switch element</label>
</div-->
<div>
<i style="color:#FFF;" class="fa fa-flask"></i>
<label class="switch">
<input type="checkbox" id="funCheckBox">
<span class="slider round"></span>
</label>
</div>
<!-- !TODO Add classic theme selector here ==> div>
<i style="color:#FFF;" class="fa fa-flask"></i>
<label class="switch">
<input type="checkbox" id="funCheckBox">
<span class="slider round"></span>
</label>
</div-->
</div>
</nav>

Expand Down Expand Up @@ -213,14 +186,6 @@
<script>
// show all activities on document load
$(document).ready(function(){
$('#funCheckBox').change(function() {
if (this.checked) {
enableFunGradientBackground();
} else {
disableFunGradientBackground();
};
});

window.fadeIn = function(obj) {
$(obj).removeClass('saas-card-image-hidden').hide();
$(obj).fadeIn(500);
Expand Down

0 comments on commit d4f750d

Please sign in to comment.