diff options
author | Chocobozzz <me@florianbigard.com> | 2020-06-02 08:56:00 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-06-02 08:56:00 +0200 |
commit | fa11e79d4ad9211848938af490493078437bf500 (patch) | |
tree | 783094b7bff255712ed12c490852766ecfce6b23 /client/src | |
parent | d2a5c4e15003d1e8904b389810d78e26db2cebfc (diff) | |
download | PeerTube-fa11e79d4ad9211848938af490493078437bf500.tar.gz PeerTube-fa11e79d4ad9211848938af490493078437bf500.tar.zst PeerTube-fa11e79d4ad9211848938af490493078437bf500.zip |
Fix regression scrollbar bgcolor mdtextarea maximized-mode
By kimsible
Diffstat (limited to 'client/src')
-rw-r--r-- | client/src/app/shared/forms/markdown-textarea.component.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/app/shared/forms/markdown-textarea.component.scss b/client/src/app/shared/forms/markdown-textarea.component.scss index 16f319587..33f52fa6e 100644 --- a/client/src/app/shared/forms/markdown-textarea.component.scss +++ b/client/src/app/shared/forms/markdown-textarea.component.scss | |||
@@ -214,7 +214,7 @@ $input-border-radius: 3px; | |||
214 | padding: $base-padding; | 214 | padding: $base-padding; |
215 | border-right: 1px dashed $input-border-color !important; | 215 | border-right: 1px dashed $input-border-color !important; |
216 | resize: none; | 216 | resize: none; |
217 | scrollbar-color: var(--actionButtonColor) var(--textareaBackgroundColor); | 217 | scrollbar-color: var(--actionButtonColor) var(--markdownTextareaBackgroundColor); |
218 | 218 | ||
219 | &:focus { | 219 | &:focus { |
220 | box-shadow: none; | 220 | box-shadow: none; |