Browse Source

Merge pull request #1474 from colinux/fix-dark-theme-labelling

Sequence labelling: fix background color in dark mode
pull/1520/head
Hiroki Nakayama 3 years ago
committed by GitHub
parent
commit
72f59d8344
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions
  1. 1
      frontend/components/tasks/sequenceLabeling/EntityItem.vue

1
frontend/components/tasks/sequenceLabeling/EntityItem.vue

@ -323,7 +323,6 @@ export default {
flex-wrap: wrap;
align-items: center;
padding: 2px 2px 0 6px;
background: #ffffff;
}
.highlight.bottom .highlight__content:after {

Loading…
Cancel
Save