Add focus style to CodeMirror
This commit is contained in:
parent
cf7581a7a8
commit
6abc261f90
|
@ -137,6 +137,10 @@
|
||||||
.CodeMirror-search-field {
|
.CodeMirror-search-field {
|
||||||
-webkit-animation: highlight 3s ease-out;
|
-webkit-animation: highlight 3s ease-out;
|
||||||
}
|
}
|
||||||
|
.CodeMirror-focused {
|
||||||
|
outline: -webkit-focus-ring-color auto 5px;
|
||||||
|
outline-offset: -2px;
|
||||||
|
}
|
||||||
@-webkit-keyframes highlight {
|
@-webkit-keyframes highlight {
|
||||||
from {
|
from {
|
||||||
background-color: #ff9;
|
background-color: #ff9;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user