Use <router-link> instead of <tr> with click handler in StationTable

This commit is contained in:
dominik-korsa
2024-08-21 14:41:11 +02:00
parent 41e4b45599
commit 81cd165fe7
5 changed files with 26 additions and 27 deletions
+10 -7
View File
@@ -123,11 +123,13 @@ input {
border-radius: 50%;
}
a:not(.block-link):not(.a-button) {
display: inline-block;
color: white;
a {
text-decoration: none;
color: inherit;
}
a:not(.a-block):not(.a-button):not(.a-row) {
display: inline-block;
transition: color 0.3s;
@@ -138,11 +140,12 @@ a:not(.block-link):not(.a-button) {
}
}
a.block-link {
a.a-block {
display: block;
}
color: inherit;
text-decoration: none;
a.a-row {
display: table-row;
}
ul {