зеркало из https://github.com/mozilla/gecko-dev.git
Bug 736879 - Set cursor:text on the SourceEditor's text area. r=jryans
This commit is contained in:
Родитель
cc55b9c002
Коммит
9845b44119
|
@ -39,6 +39,14 @@
|
|||
background: rgba(255,0,0,0.2);
|
||||
}
|
||||
|
||||
.CodeMirror {
|
||||
cursor: text;
|
||||
}
|
||||
|
||||
.CodeMirror-gutters {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
/* This is to avoid the fake horizontal scrollbar div of codemirror to go 0
|
||||
height when floating scrollbars are active. Make sure that this value is equal
|
||||
to the maximum of `min-height` specific to the `scrollbar[orient="horizontal"]`
|
||||
|
|
Загрузка…
Ссылка в новой задаче