summaryrefslogtreecommitdiffstats
path: root/web_src/less/themes
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-05-12 08:16:22 +0200
committerGitHub <noreply@github.com>2021-05-12 07:16:22 +0100
commitdd81c290529eb5692b46553b2fac120820872a1c (patch)
treebf1d1b9ef950210abe62b0038b0ec1bd4e4cbfd1 /web_src/less/themes
parent2a565478d17f4a1b59a77b0e2251dd7b7de862c4 (diff)
downloadgitea-dd81c290529eb5692b46553b2fac120820872a1c.tar.gz
gitea-dd81c290529eb5692b46553b2fac120820872a1c.zip
Reaction improvements (#15836)
- Add some spacing to inline reactions - Adjust colors and add variables
Diffstat (limited to 'web_src/less/themes')
-rw-r--r--web_src/less/themes/theme-arc-green.less6
1 files changed, 2 insertions, 4 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less
index 9e39c4bec4..93f317a371 100644
--- a/web_src/less/themes/theme-arc-green.less
+++ b/web_src/less/themes/theme-arc-green.less
@@ -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 */