Change diagnostic action button to primary color (#4737)
This commit is contained in:
@ -317,3 +317,8 @@ code {
|
|||||||
#code-mirror-override .cm-editor {
|
#code-mirror-override .cm-editor {
|
||||||
height: 100% !important;
|
height: 100% !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Can't use #code-mirror-override here as we're outside of this div */
|
||||||
|
.body-bg .cm-diagnosticAction {
|
||||||
|
@apply bg-primary;
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user