project: don't change "Runs" tab element on hover
This commit is contained in:
parent
5f86a7a776
commit
c3950fbdd6
|
@ -49,6 +49,10 @@
|
||||||
@apply border-b-2 border-blue-300 text-blue-500;
|
@apply border-b-2 border-blue-300 text-blue-500;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.tab-element-disabled {
|
||||||
|
@apply px-4 -m-2px border-b-2;
|
||||||
|
}
|
||||||
|
|
||||||
.panel {
|
.panel {
|
||||||
@apply mb-2 border-solid border-gray-300 rounded border shadow;
|
@apply mb-2 border-solid border-gray-300 rounded border shadow;
|
||||||
}
|
}
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<ul class="flex-grow tab">
|
<ul class="flex-grow tab">
|
||||||
<li class="tab-element">
|
<li class="tab-element-disabled">
|
||||||
<i class="mr-1 mdi mdi-run-fast"/>
|
<i class="mr-1 mdi mdi-run-fast"/>
|
||||||
<span>Runs</span>
|
<span>Runs</span>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in New Issue