hide focus outline on a lone section
This commit is contained in:
parent
60fc6f2456
commit
21b209421a
|
@ -17,6 +17,9 @@
|
||||||
.CodeMirror-focused {
|
.CodeMirror-focused {
|
||||||
outline: #7dadd9 auto 1px; /* not using the ring-color hack as it became ugly in new Chrome */
|
outline: #7dadd9 auto 1px; /* not using the ring-color hack as it became ugly in new Chrome */
|
||||||
}
|
}
|
||||||
|
#sections[data-section-count="1"] .CodeMirror {
|
||||||
|
outline: none !important;
|
||||||
|
}
|
||||||
.CodeMirror-bookmark {
|
.CodeMirror-bookmark {
|
||||||
background: linear-gradient(to right, currentColor, transparent);
|
background: linear-gradient(to right, currentColor, transparent);
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user