fix tooltip styling
This commit is contained in:
parent
cbdf68cbd0
commit
30992ac2de
1 changed files with 13 additions and 1 deletions
|
@ -26,7 +26,6 @@
|
|||
bottom: 0;
|
||||
}
|
||||
|
||||
|
||||
.CodeMirror-lint-marker-warning, .CodeMirror-lint-marker-error, .CodeMirror-lint-marker-multiple {
|
||||
background-image: none;
|
||||
width: 70px;
|
||||
|
@ -34,6 +33,11 @@
|
|||
height: 100%;
|
||||
}
|
||||
|
||||
.CodeMirror-lint-message-error, .CodeMirror-lint-message-warning {
|
||||
background-image: none;
|
||||
padding-left: inherit;
|
||||
}
|
||||
|
||||
.CodeMirror-lint-marker-warning {
|
||||
background-color: rgb(255, 190, 5);
|
||||
}
|
||||
|
@ -48,3 +52,11 @@
|
|||
height: 100%;
|
||||
// background-color: rgb(255, 95, 82);
|
||||
}
|
||||
|
||||
.CodeMirror-lint-tooltip {
|
||||
font-family: Montserrat, sans-serif;
|
||||
border-radius: 2px;
|
||||
border: 1px solid #B9D0E1;
|
||||
background-color: $light-button-background-color;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue