mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
Reaction picker display improvements (#12576)
- Remove overly thin font-width on counter - Add hover effect on reaction picker - Change colors on arc-green to green to match the theme Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: zeripath <art27@cantab.net>
This commit is contained in:
parent
1bf7b8d7c1
commit
0c0f049d09
2 changed files with 28 additions and 7 deletions
|
@ -704,6 +704,16 @@ a.ui.basic.green.label:hover {
|
|||
border-color: #26577b !important;
|
||||
}
|
||||
|
||||
.repository .segment.reactions .ui.label.basic.blue {
|
||||
color: #a0cc75 !important;
|
||||
background: #305020 !important;
|
||||
border-color: #404552 !important;
|
||||
}
|
||||
|
||||
.repository .segment.reactions .select-reaction .item:hover {
|
||||
background: #305020;
|
||||
}
|
||||
|
||||
.ui.menu .item > .label {
|
||||
background: #565454;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue