Skip to content

Commit 536ed97

Browse files
committed
style(badges): Use dotted underline on fixture badges
why: The dotted underline signals that badges have tooltip text on hover, matching the browser convention for abbr[title] elements. what: - Change text-decoration from none to underline dotted on abbr.spf-badge
1 parent 070ded6 commit 536ed97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/sphinx-autodoc-pytest-fixtures/src/sphinx_autodoc_pytest_fixtures/_static/css/sphinx_autodoc_pytest_fixtures.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ dl.py.fixture > dt .spf-badge-group {
288288
abbr.spf-badge {
289289
border-bottom-style: solid;
290290
border-bottom-width: var(--spf-badge-border-w, 1px);
291-
text-decoration: none;
291+
text-decoration: underline dotted;
292292
}
293293
abbr.spf-badge--fixture { border-color: var(--spf-fixture-border); }
294294
abbr.spf-scope-session { border-color: var(--spf-scope-session-border); }

0 commit comments

Comments
 (0)