highlight matching brackets
This commit is contained in:
parent
09c873c780
commit
2e906f4a35
4 changed files with 166 additions and 0 deletions
|
|
@ -92,4 +92,10 @@
|
|||
.marker-layer .selection {
|
||||
position: absolute;
|
||||
background: rgba(77, 151, 255, 0.33);
|
||||
}
|
||||
|
||||
.marker-layer .bracket {
|
||||
position: absolute;
|
||||
margin: -1px 0 0 -1px;
|
||||
border: 1px solid rgb(192, 192, 192);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue