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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 { |
|
|