1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-19 00:38:36 +00:00

Apply #12576 to top right reaction picker (#12623)

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
Mike L
2020-08-28 19:39:41 +02:00
committed by GitHub
parent 3bf1c4fad0
commit 1fe909757c
2 changed files with 10 additions and 13 deletions

View File

@@ -2360,11 +2360,19 @@
font-size: 1.5em;
width: 39px;
left: 13px;
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
img.emoji {
margin-right: 0;
}
}
> .item:hover {
background: #4183c4;
}
}
}
@@ -2408,17 +2416,6 @@
&:not(.active) a {
display: none;
}
.item {
border-radius: 6px;
display: flex;
justify-content: center;
align-items: center;
}
.item:hover {
background: #4183c4;
}
}
&:hover .select-reaction a {