Fix up vote button CSS

This commit is contained in:
Alec Rust
2022-04-23 14:51:52 +01:00
parent 0c216792cf
commit 0bf8368686
2 changed files with 16 additions and 21 deletions

View File

@@ -190,6 +190,10 @@
cursor: pointer;
}
.voteButton:hover {
opacity: 0.8;
}
/*
* "Voted!" text that appears after voting on a segment
*/