Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Framasoft
PeerTube
PeerTube
Commits
fa11e79d
Verified
Commit
fa11e79d
authored
Jun 02, 2020
by
Chocobozzz
Browse files
Fix regression scrollbar bgcolor mdtextarea maximized-mode
By kimsible
parent
d2a5c4e1
Changes
1
Show whitespace changes
Inline
Side-by-side
client/src/app/shared/forms/markdown-textarea.component.scss
View file @
fa11e79d
...
...
@@ -214,7 +214,7 @@ $input-border-radius: 3px;
padding
:
$base-padding
;
border-right
:
1px
dashed
$input-border-color
!
important
;
resize
:
none
;
scrollbar-color
:
var
(
--
actionButtonColor
)
var
(
--
t
extareaBackgroundColor
);
scrollbar-color
:
var
(
--
actionButtonColor
)
var
(
--
markdownT
extareaBackgroundColor
);
&
:focus
{
box-shadow
:
none
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment