]> git.proxmox.com Git - pmg-gui.git/commit
objects: use font-weight for bold text
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 22 Feb 2024 14:29:41 +0000 (15:29 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 22 Feb 2024 14:37:40 +0000 (15:37 +0100)
commit107844176f68f9526ea59ef2280199a7bc4b4815
treecc3601124c38e0707990e872ac6f0f27666e4154
parent1f8397216a4f1d918755cd5830fa2a69746d0061
objects: use font-weight for bold text

mdn[0] recommends using `font-weight: bold;` for making the text actually bold
While it has the same effect often, it depends on the font and browser
if the font is rendered bold in a <b> tag.

0: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/b

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
js/ObjectGroup.js