Skip to content

Commit

Permalink
Better hover indicator on dates
Browse files Browse the repository at this point in the history
  • Loading branch information
hojberg committed Dec 22, 2023
1 parent 255235f commit 1cf5b17
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/ui/components/date-time.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
.date-time {
position: relative;
}

.tooltip-trigger .date-time:hover {
text-decoration: underline;
text-decoration-style: dotted;
}

0 comments on commit 1cf5b17

Please sign in to comment.