1
0
Fork 0
forked from forgejo/forgejo

Reaction improvements (#15836)

- Add some spacing to inline reactions
- Adjust colors and add variables
This commit is contained in:
silverwind 2021-05-12 08:16:22 +02:00 committed by GitHub
parent 2a565478d1
commit dd81c29052
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 17 additions and 7 deletions

View file

@ -109,6 +109,8 @@
--color-editor-line-highlight: var(--color-primary-light-5);
--color-project-board-bg: var(--color-secondary-light-2);
--color-caret: var(--color-text); /* should ideally be --color-text-dark, see #15651 */
--color-reaction-bg: #ffffff12;
--color-reaction-active-bg: var(--color-primary-alpha-40);
}
::-webkit-calendar-picker-indicator {
@ -119,10 +121,6 @@
background-color: #383c4a;
}
.repository .segment.reactions .ui.label.basic.blue {
background: var(--color-primary-alpha-20) !important;
}
[data-tooltip]::before,
[data-tooltip]::after {
background: #1b1c1d !important; /* .ui.inverted.popup */