dark: adjust background color of emoji reactions

This commit is contained in:
pat-s 2021-10-09 23:02:48 +03:00
parent 05d7758f15
commit c60a15481b
No known key found for this signature in database
GPG key ID: 3C6318841EF78925

View file

@ -350,8 +350,10 @@ textarea,
/* repo svg icons */
.repository.view.issue .comment-list .timeline-item .badge .svg {
fill: black;
fill: white;
}
.repository.view.issue .comment-list .timeline-item .badge.badge-commit {
background: radial-gradient(var(--color-timeline) 40%,transparent 40%) no-repeat;
/* background emoji reactions */
.repository .segment.reactions .ui.label.basic.blue {
background-color: transparent;
}