Browse Source
Sequence labelling: fix background color in dark mode
pull/1474/head
Colin Darie
3 years ago
No known key found for this signature in database
GPG Key ID: 4FB865FDBCA4BCC4
1 changed files with
0 additions and
1 deletions
-
frontend/components/tasks/sequenceLabeling/EntityItem.vue
|
@ -323,7 +323,6 @@ export default { |
|
|
flex-wrap: wrap; |
|
|
flex-wrap: wrap; |
|
|
align-items: center; |
|
|
align-items: center; |
|
|
padding: 2px 2px 0 6px; |
|
|
padding: 2px 2px 0 6px; |
|
|
background: #ffffff; |
|
|
|
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.highlight.bottom .highlight__content:after { |
|
|
.highlight.bottom .highlight__content:after { |
|
|