Skip to content

Commit

Permalink
Make child concepts bolded
Browse files Browse the repository at this point in the history
  • Loading branch information
UnniKohonen committed Dec 19, 2024
1 parent 82a1081 commit 28ef443
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions resource/css/skosmos.css
Original file line number Diff line number Diff line change
Expand Up @@ -625,14 +625,6 @@ body {
font-size: 14px;
}

#tab-groups .sidebar-list .list-group-item a.child-concept {
font-weight: normal !important;
}

#tab-groups .sidebar-list .list-group-item a.child-concept.selected {
font-weight: bold !important;
}

.hierarchy-button {
background-color: transparent;
color: var(--vocab-text);
Expand Down
2 changes: 1 addition & 1 deletion resource/js/tab-groups.js
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ tabGroupsApp.component('tab-groups', {
</button>
<span class="concept-label" :class="{ 'last': isLast }">
<i v-if="group.isGroup" class="property-hover fa-solid fa-layer-group"></i>
<a :class="{ 'selected': selectedGroup === group.uri, 'child-concept': !group.isGroup }"
<a :class="{ 'selected': selectedGroup === group.uri }"
:href="getConceptURL(group.uri)"
@click="handleClickGroupEvent($event, group)"
aria-label="Go to the concept page"
Expand Down

0 comments on commit 28ef443

Please sign in to comment.