forked from DebaucheryLibrarian/traxxx
Improved 'is new' postgres function to deal with skipped batch IDs.
This commit is contained in:
@@ -248,7 +248,7 @@ export default {
|
||||
}
|
||||
|
||||
.date {
|
||||
&.upcoming:before {
|
||||
&.new:before {
|
||||
content: '';
|
||||
background: var(--primary);
|
||||
width: .5rem;
|
||||
@@ -258,10 +258,6 @@ export default {
|
||||
bottom: 0;
|
||||
left: -.5rem;
|
||||
}
|
||||
|
||||
&.new {
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.site {
|
||||
|
||||
Reference in New Issue
Block a user