project: don't change "Runs" tab element on hover

This commit is contained in:
Simone Gotti 2019-07-05 16:55:24 +02:00
parent 5f86a7a776
commit c3950fbdd6
2 changed files with 5 additions and 1 deletions

View File

@ -49,6 +49,10 @@
@apply border-b-2 border-blue-300 text-blue-500;
}
.tab-element-disabled {
@apply px-4 -m-2px border-b-2;
}
.panel {
@apply mb-2 border-solid border-gray-300 rounded border shadow;
}

View File

@ -8,7 +8,7 @@
<div class="flex justify-between">
<ul class="flex-grow tab">
<li class="tab-element">
<li class="tab-element-disabled">
<i class="mr-1 mdi mdi-run-fast"/>
<span>Runs</span>
</li>