Merge pull request #5724 from AugierLe42e/comment-design
Changed color border on active text
This commit is contained in:
commit
26cda1b1c5
1 changed files with 2 additions and 1 deletions
|
|
@ -42,7 +42,8 @@
|
|||
width: 95%;
|
||||
height: 30px;
|
||||
}
|
||||
.comment_box:focus, .comment_box:valid {
|
||||
textarea.comment_box:focus, textarea.comment_box:valid, textarea.comment_box:active {
|
||||
border-color: $border-dark-grey;
|
||||
& + .submit_button { display: block; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue