When hovering over a past title, the ellipsis is removed.

Refs #150
This commit is contained in:
echarp 2019-08-06 22:51:59 +02:00
parent f749ba984e
commit 01df7f1109
2 changed files with 6 additions and 1 deletions

View File

@ -38,6 +38,11 @@ body.events.index table
overflow: hidden
white-space: nowrap
text-overflow: ellipsis
&:hover
display: inline
z-index: 10000
overflow: initial
background-color: #A1C3E7
&.today
border: 1px solid #FFB578
background-color: #FFE0C7

File diff suppressed because one or more lines are too long