forked from forgejo/forgejo
Reaction improvements (#15836)
- Add some spacing to inline reactions - Adjust colors and add variables
This commit is contained in:
parent
2a565478d1
commit
dd81c29052
3 changed files with 17 additions and 7 deletions
|
@ -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 */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue