mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Visually stimulating cursor 💅🏼
This commit is contained in:
parent
844bb3277d
commit
32f419e87c
@ -249,3 +249,7 @@ input,
|
||||
.throbber:before {
|
||||
background: rgba(0,0,0,0.2);
|
||||
}
|
||||
|
||||
.gh-editor .CodeMirror-cursor {
|
||||
border-color: #fff;
|
||||
}
|
||||
|
@ -316,6 +316,11 @@
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.gh-editor .CodeMirror-cursor {
|
||||
border-color: var(--blue);
|
||||
border-width: 3px;
|
||||
}
|
||||
|
||||
/* fix visible scrollbars when OSX is set to show them */
|
||||
.gh-editor .CodeMirror-scroll {
|
||||
overflow: visible !important;
|
||||
|
Loading…
Reference in New Issue
Block a user