Skip to content
Snippets Groups Projects
Commit 61bba30a authored by Bruno Bergher's avatar Bruno Bergher
Browse files

Cleaner CSS FTW

parent f2e47203
Branches
Tags
No related merge requests found
......@@ -13,8 +13,8 @@
</div>
</div>
<div class="wrapper">
<a class="HomeTab inline-block" ng-class="{'HomeTab--active text-dark' : currentView === 'data' }" ng-click="currentView = 'data'">A new question</a>
<a class="HomeTab inline-block" ng-class="{'HomeTab--active text-dark' : currentView === 'questions'}" ng-click="currentView = 'questions'">Start from a saved question</a>
<a class="HomeTab inline-block" ng-class="{'HomeTab--active text-dark bg-white' : currentView === 'data' }" ng-click="currentView = 'data'">A new question</a>
<a class="HomeTab inline-block" ng-class="{'HomeTab--active text-dark bg-white' : currentView === 'questions'}" ng-click="currentView = 'questions'">Start from a saved question</a>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment