Compare commits
2 Commits
ec841445ed
...
c5fdab59f6
Author | SHA1 | Date | |
---|---|---|---|
c5fdab59f6 | |||
ab17e48338 |
@@ -54,7 +54,7 @@
|
|||||||
"ace-builds": "1.43.0",
|
"ace-builds": "1.43.0",
|
||||||
"ace-diff": "3.0.3",
|
"ace-diff": "3.0.3",
|
||||||
"ace-layout": "1.5.0",
|
"ace-layout": "1.5.0",
|
||||||
"ace-linters": "1.7.0",
|
"ace-linters": "1.7.1",
|
||||||
"bootstrap": "5.3.6",
|
"bootstrap": "5.3.6",
|
||||||
"bootstrap-icons": "1.12.1",
|
"bootstrap-icons": "1.12.1",
|
||||||
"chokidar": "4.0.3",
|
"chokidar": "4.0.3",
|
||||||
|
@@ -61,3 +61,15 @@
|
|||||||
.ace_sb-h {
|
.ace_sb-h {
|
||||||
width: 0.8em !important;
|
width: 0.8em !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.ace_cursor {
|
||||||
|
color: rgba(249, 148, 6, 0.64);
|
||||||
|
animation: blinker 1s linear infinite;
|
||||||
|
}
|
||||||
|
|
||||||
|
@keyframes blinker {
|
||||||
|
50% {
|
||||||
|
opacity: 0;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user