Skip to content

Commit e1aa3a1

Browse files
authored
Merge pull request #19 from opencobra/constructor_dev
Constructor dev
2 parents a081eca + 348fef2 commit e1aa3a1

File tree

12 files changed

+2955
-2607
lines changed

12 files changed

+2955
-2607
lines changed

curationTool/reactions/static/reactions/css/home_page.css

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,3 +931,17 @@ footer {
931931
margin-right: 8px; /* Add spacing to keep alignment clean */
932932
cursor: pointer; /* Optional: Adds a pointer cursor for better UX */
933933
}
934+
935+
.suggest.hidden {
936+
display: none;
937+
}
938+
.s-item:hover,
939+
.s-item.active {
940+
background: #f7f7f7;
941+
}
942+
.s-badge.ok {
943+
color: #1b5e20;
944+
}
945+
.s-badge.new {
946+
color: #b26a00;
947+
}

curationTool/reactions/static/reactions/js/ReactantsinputFieldManagement.js

Lines changed: 872 additions & 879 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)