mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Use <router-link> instead of a @click handler in TrainTable
This commit is contained in:
@@ -123,7 +123,7 @@ input {
|
||||
border-radius: 50%;
|
||||
}
|
||||
|
||||
a {
|
||||
a:not(.block-link) {
|
||||
display: inline-block;
|
||||
|
||||
color: white;
|
||||
@@ -138,6 +138,13 @@ a {
|
||||
}
|
||||
}
|
||||
|
||||
a.block-link {
|
||||
display: block;
|
||||
|
||||
color: inherit;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
ul {
|
||||
padding: 0;
|
||||
list-style: none;
|
||||
|
||||
Reference in New Issue
Block a user