diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-07-30 13:53:43 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-07-30 13:53:43 +0200 |
commit | 44c35c7aadb4c7992c484053a6f4ddb4368bcb2e (patch) | |
tree | a71bd8616286833cb66f8bce3f288213b30b3bfd /sass/app.scss | |
parent | bb9a4dfbccd8563133bd36c4d98dd548aec52a47 (diff) |
Allow train detail page to be opened in a new tab via middle-click
The detail page is now accessible both via javascript (as before) and via an
<a> element wrapping the list entry.
Diffstat (limited to 'sass/app.scss')
-rw-r--r-- | sass/app.scss | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/sass/app.scss b/sass/app.scss index 8f468d7..5d8be86 100644 --- a/sass/app.scss +++ b/sass/app.scss @@ -249,7 +249,6 @@ div.app { display:block; width:100%; position:relative; - cursor: pointer; border-bottom: 1px solid $li-border-color; background-color: $bg; @@ -257,6 +256,10 @@ div.app { background-color: $cancelled-bg-color; } + > a { + color:$fg; + } + .anchor { position: relative; top: -12em; |