mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-01-23 11:26:56 -08:00
bold arrows after voting to make it clearer that a vote was cast
This commit is contained in:
parent
ab8df181ad
commit
c6a1563ab8
2 changed files with 10 additions and 2 deletions
|
@ -1201,10 +1201,14 @@ time {
|
|||
}
|
||||
.voting_buttons_new .upvote_button.voted_up, .voting_buttons_new .downvote_button.voted_up {
|
||||
color: green;
|
||||
}
|
||||
.voting_buttons_new .upvote_button.voted_up .fe, .voting_buttons_new .downvote_button.voted_up .fe {
|
||||
font-weight: bold;
|
||||
}
|
||||
.voting_buttons_new .upvote_button.voted_down, .voting_buttons_new .downvote_button.voted_down {
|
||||
color: darkred;
|
||||
}
|
||||
.voting_buttons_new .upvote_button.voted_down .fe, .voting_buttons_new .downvote_button.voted_down .fe {
|
||||
font-weight: bold;
|
||||
}
|
||||
.voting_buttons_new .upvote_button .htmx-indicator {
|
||||
|
|
|
@ -838,11 +838,15 @@ time {
|
|||
|
||||
&.voted_up {
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
.fe {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
&.voted_down {
|
||||
color: darkred;
|
||||
font-weight: bold;
|
||||
.fe {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue