mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 09:03:12 +03:00
Refined link builder for multiple products
This commit is contained in:
parent
42691c5cc9
commit
d5d9bb634d
@ -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"
|
||||
>
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user