Refined link builder for multiple products

This commit is contained in:
Peter Zimon 2021-06-30 10:29:29 +02:00
parent 42691c5cc9
commit d5d9bb634d
2 changed files with 4 additions and 4 deletions

View File

@ -86,10 +86,10 @@
<td colspan="2"><hr class="gh-portal-links-group-divider" /></td>
</tr>
<tr>
<td class='pagename bold'>Product</td>
<td class='pagename strong'>Product</td>
<td class='page-url'>
<span
class="gh-select mt2"
class="gh-select"
data-select-text="test"
tabindex="0"
>

View File

@ -499,8 +499,8 @@
width: 130px;
}
.gh-portal-links-table tr td.pagename.bold {
font-weight: bold;
.gh-portal-links-table tr td.pagename.strong {
font-weight: 600;
}
.gh-portal-page-url-container {