Skip to content

Commit

Permalink
Merge pull request #764 from VirtualFlyBrain/development
Browse files Browse the repository at this point in the history
Latest fixes from testing
  • Loading branch information
Robbie1977 authored Nov 7, 2020
2 parents f015ed1 + 9d5c745 commit 6f31ec7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions components/configuration/VFBMain/searchConfiguration.js
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,11 @@ var searchConfiguration = {
"key": "Neuron",
"filter_name": "Neuron",
"enabled": "disabled",
},
{
"key": "Deprecated",
"filter_name": "Deprecated",
"enabled": "negative",
}
]
},
Expand Down
4 changes: 4 additions & 0 deletions css/VFBTermInfo.less
Original file line number Diff line number Diff line change
Expand Up @@ -385,6 +385,10 @@
background-color:#e012e3 !important;
}

.label.types>.label.label-Deprecated {
background-color:#ff0000 !important;
}

.button-bar-vfbHistoryLinks-back {
position:absolute;
left:10px;
Expand Down

0 comments on commit 6f31ec7

Please sign in to comment.