summaryrefslogtreecommitdiffstats
path: root/web_src/less/themes
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2021-05-05 20:14:04 +0200
committerGitHub <noreply@github.com>2021-05-05 14:14:04 -0400
commitda41714c50b4354a2674946b84403eae03f47ed5 (patch)
tree9663cbc54aa3d835912159df60765739ed5fc13f /web_src/less/themes
parenta961335dc77675f4574145cd8c23d63aeed46f65 (diff)
downloadgitea-da41714c50b4354a2674946b84403eae03f47ed5.tar.gz
gitea-da41714c50b4354a2674946b84403eae03f47ed5.zip
Add caret styling CSS (#15651)
* Add caret styling CSS Fixes: https://github.com/go-gitea/gitea/issues/15644 * add rule in arc-green as well * grammar * Update web_src/less/themes/theme-arc-green.less Co-authored-by: Wim <wim@42.be> * remove extra rule * add comment Co-authored-by: zeripath <art27@cantab.net> Co-authored-by: Wim <wim@42.be> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'web_src/less/themes')
-rw-r--r--web_src/less/themes/theme-arc-green.less1
1 files changed, 1 insertions, 0 deletions
diff --git a/web_src/less/themes/theme-arc-green.less b/web_src/less/themes/theme-arc-green.less
index 7b4d676f8f..346a6e85ea 100644
--- a/web_src/less/themes/theme-arc-green.less
+++ b/web_src/less/themes/theme-arc-green.less
@@ -108,6 +108,7 @@
--color-placeholder-text: #6a737d;
--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 */
}
::-webkit-calendar-picker-indicator {