Hack for conflict marker

This commit is contained in:
Rene Pfeuffer
2020-01-08 12:58:13 +01:00
parent b261709b52
commit cf96b1b998
3 changed files with 21 additions and 1 deletions

View File

@@ -829,4 +829,12 @@ form .field:not(.is-grouped) {
font-weight: 500 !important;
}
.diff-gutter-conflict {
background: $warning-50;
}
.diff-code-conflict {
background: $warning-25;
}
@import "bulma-popover/css/bulma-popover";