Add owner edit tooltip
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-08-24 18:09:53 +03:00
parent 6bf80cf820
commit 816d4fc8ce
3 changed files with 15 additions and 1 deletions

View File

@@ -63,6 +63,10 @@ body {
.unclickable {
pointer-events: none;
}
span.tooltipped {
text-decoration-line: underline;
text-decoration-style: dotted;
}
</style>
</head>