summaryrefslogtreecommitdiff
path: root/sass/src/common/local.scss
diff options
context:
space:
mode:
Diffstat (limited to 'sass/src/common/local.scss')
-rw-r--r--sass/src/common/local.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/sass/src/common/local.scss b/sass/src/common/local.scss
index 81534dc..ea70552 100644
--- a/sass/src/common/local.scss
+++ b/sass/src/common/local.scss
@@ -74,8 +74,9 @@ ul.suggestions {
display: grid;
grid-template-columns: 10ch 10ch 1fr;
align-items: center;
- &:hover {
+ &:not(#now):hover, &:focus-within {
background-color: $departures-highlight-color;
+ outline: 2px solid $link-color;
}
&.cancelled {
background-color: $departures-cancelled-color;
@@ -103,6 +104,9 @@ ul.suggestions {
.departures .dep-time {
color: $off-black;
+ &:focus {
+ outline: none;
+ }
}
.departures .dep-dest {
margin-left: 0.8rem;