Added a little focus styling to treemas in editors so it's easier to copy/paste.
This commit is contained in:
parent
6ec7066309
commit
15be292573
1 changed files with 2 additions and 0 deletions
|
@ -137,6 +137,8 @@
|
||||||
.treema-root
|
.treema-root
|
||||||
background-color: white
|
background-color: white
|
||||||
border-radius: 4px
|
border-radius: 4px
|
||||||
|
&:focus
|
||||||
|
box-shadow: 0 0 10px blue
|
||||||
|
|
||||||
.editor-nano-container
|
.editor-nano-container
|
||||||
position: static
|
position: static
|
||||||
|
|
Reference in a new issue