Refs #36528 -- Fixed link underline typo in CSS.
Some checks failed
Linters / flake8 (push) Has been cancelled
Linters / isort (push) Has been cancelled
Linters / black (push) Has been cancelled
Tests / Windows, SQLite, Python 3.13 (push) Has been cancelled
Tests / JavaScript tests (push) Has been cancelled

Regression in 792ca148a2.
This commit is contained in:
Antoliny Lee 2025-08-18 03:43:20 +09:00 committed by GitHub
parent 8b229b4dbb
commit 3bd583f55b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -130,7 +130,7 @@ a:not(
#header a,
#nav-sidebar a,
#content-main.app-list a,
.object-tools a,
.object-tools a
) {
text-decoration: underline;
}