mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-11 16:34:28 +00:00
Add colored borders.
This commit is contained in:
parent
19241e571f
commit
e0fbb45844
1 changed files with 8 additions and 0 deletions
|
@ -66,6 +66,14 @@
|
|||
background-color: #FFF;
|
||||
max-width: 148px;
|
||||
word-wrap: break-word;
|
||||
|
||||
&-insert {
|
||||
border-left-color: @rp-green;
|
||||
}
|
||||
|
||||
&-delete {
|
||||
border-left-color: @rp-red;
|
||||
}
|
||||
}
|
||||
|
||||
.has-review-panel {
|
||||
|
|
Loading…
Reference in a new issue