mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 15:35:15 +00:00
Fix sonarcloud issues
This commit is contained in:
@@ -1,5 +1,13 @@
|
||||
<template>
|
||||
<table class="table table-striped">
|
||||
<caption>A table containing transactions.</caption>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>TODO</th>
|
||||
<th>TODO</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr v-for="transaction in transactions">
|
||||
<td>
|
||||
<a href="#">
|
||||
@@ -18,6 +26,7 @@
|
||||
</span>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</template>
|
||||
|
||||
|
8
frontend/src/dist/css/adminlte.css
vendored
8
frontend/src/dist/css/adminlte.css
vendored
@@ -91,12 +91,10 @@ p {
|
||||
|
||||
abbr[title],
|
||||
abbr[data-original-title] {
|
||||
text-decoration: underline;
|
||||
-webkit-text-decoration: underline dotted;
|
||||
text-decoration: underline dotted;
|
||||
text-decoration-style: dotted;
|
||||
text-decoration-line: underline;
|
||||
cursor: help;
|
||||
border-bottom: 0;
|
||||
-webkit-text-decoration-skip-ink: none;
|
||||
text-decoration-skip-ink: none;
|
||||
}
|
||||
|
||||
@@ -31218,4 +31216,4 @@ a.text-muted:hover {
|
||||
[class*="accent-"] a.btn-dark {
|
||||
color: #ffffff;
|
||||
}
|
||||
/*# sourceMappingURL=adminlte.css.map */
|
||||
/*# sourceMappingURL=adminlte.css.map */
|
||||
|
Reference in New Issue
Block a user