don't display scores if not hovered
This commit is contained in:
parent
df2ed789f7
commit
0502848861
2 changed files with 14 additions and 0 deletions
|
@ -84,4 +84,12 @@ section#main {
|
|||
|
||||
pre {
|
||||
white-space: pre-wrap;
|
||||
}
|
||||
|
||||
.score-content {
|
||||
display:none;
|
||||
}
|
||||
|
||||
.score:hover .score-content {
|
||||
display: inline;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue