unbork and simplify applies-to css
This commit is contained in:
parent
8b67eb885d
commit
7ad3f94697
|
@ -435,6 +435,9 @@ input:invalid {
|
||||||
content: counter(codebox) ": " attr(data-text);
|
content: counter(codebox) ": " attr(data-text);
|
||||||
margin-left: 0.25rem;
|
margin-left: 0.25rem;
|
||||||
}
|
}
|
||||||
|
.single-editor .applies-to {
|
||||||
|
border-width: 1px 0;
|
||||||
|
}
|
||||||
.single-editor .applies-to > label::before {
|
.single-editor .applies-to > label::before {
|
||||||
content: attr(data-index) ":";
|
content: attr(data-index) ":";
|
||||||
margin-right: 0.25rem;
|
margin-right: 0.25rem;
|
||||||
|
@ -589,9 +592,6 @@ body:not(.find-open) [data-match-highlight-count="1"] .CodeMirror-selection-high
|
||||||
align-items: flex-start;
|
align-items: flex-start;
|
||||||
min-height: 30px;
|
min-height: 30px;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
background-color: #f7f7f7; /* .CodeMirror-gutters */
|
|
||||||
border: solid #bbb;
|
|
||||||
border-width: 1px 0;
|
|
||||||
}
|
}
|
||||||
.applies-to.error {
|
.applies-to.error {
|
||||||
background-color: #f002;
|
background-color: #f002;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user