diff options
author | silverwind <me@silverwind.io> | 2021-05-05 20:14:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-05 14:14:04 -0400 |
commit | da41714c50b4354a2674946b84403eae03f47ed5 (patch) | |
tree | 9663cbc54aa3d835912159df60765739ed5fc13f /web_src/less/_editor.less | |
parent | a961335dc77675f4574145cd8c23d63aeed46f65 (diff) | |
download | gitea-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/_editor.less')
-rw-r--r-- | web_src/less/_editor.less | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/web_src/less/_editor.less b/web_src/less/_editor.less index 156430af0e..b785189dbb 100644 --- a/web_src/less/_editor.less +++ b/web_src/less/_editor.less @@ -4,10 +4,6 @@ border-color: var(--color-secondary); font: 14px var(--fonts-monospace); - .CodeMirror-cursor { - border-left: 1px solid var(--color-input-text); - } - &.cm-s-default { border-radius: 3px; padding: 0 !important; |