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

Code review cleanup

parent fcb17cf0
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,6 @@
background-color: rgba(255, 255, 255, 0.2);
border-radius: 4px 4px 0 0;
text-decoration: none;
color: #fff;
padding: 0.55rem 1rem 0.65rem;
transition: background .15s linear;
}
......@@ -35,7 +34,6 @@
.HomeTab.HomeTab--active {
background-color: #fff;
color: var(--grey-text-color);
transition: background .15s linear;
}
@media screen and (--breakpoint-min-sm) {
......
......@@ -13,8 +13,8 @@
</div>
</div>
<div class="wrapper">
<a class="HomeTab inline-block" ng-class="{'HomeTab--active' : currentView === 'data' }" ng-click="currentView = 'data'">A new question</a>
<a class="HomeTab inline-block" ng-class="{'HomeTab--active' : currentView === 'questions'}" ng-click="currentView = 'questions'">Start from a saved question</a>
<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>
</div>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment