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

@@ -343,15 +343,6 @@
color: rgb(235, 235, 235);
}
.voteButton {
height: 24px;
width: 24px;
cursor: pointer;
}
.voteButton:hover {
filter: brightness(80%);
}
.segmentSummary {
outline: none !important;
}
@@ -523,7 +514,7 @@ input::-webkit-inner-spin-button {
position: absolute;
}
.helpButton:hover {
filter: brightness(80%);
opacity: 0.8;
}
.sbChatNotice iframe {

View File

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