Add focus style to CodeMirror

This commit is contained in:
Jason 2015-04-08 12:11:22 -05:00
parent cf7581a7a8
commit 6abc261f90

View File

@ -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;