Skip to content

Commit

Permalink
hide default record id for long read transcript record
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrestel committed Oct 10, 2023
1 parent 15c754d commit 7a121d5
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,12 @@
.wdk-RecordContainer__JunctionRecordClasses\.JunctionRecordClass .wdk-RecordHeading {
display: none;
}

/* Hide default record ID printed by WDK for long read transcripts */
.wdk-RecordContainer__LongReadTranscriptRecordClasses\.LongReadTranscriptRecordClass .wdk-RecordHeading {
display: none;
}

/* Hide default record IF printed by WDK for pathways */
.wdk-RecordContainer__PathwayRecordClasses\.PathwayRecordClass
.wdk-RecordHeading {
Expand Down

0 comments on commit 7a121d5

Please sign in to comment.