Merge pull request #1293 from AlecRust/consistent-vote-buttons

Fix vote button hover inconsistency
This commit is contained in:
Ajay Ramachandran
2022-05-03 20:03:02 -04:00
committed by GitHub
2 changed files with 16 additions and 21 deletions

View File

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

View File

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