css: add cursor pointer to [role=button] (#72937)

This commit is contained in:
Thomas Jund 2023-01-03 17:35:24 +01:00 committed by Gitea
parent a6b22e476c
commit 57ff0ec517
1 changed files with 4 additions and 0 deletions

View File

@ -40,3 +40,7 @@ img {
max-width: 100%;
height: auto;
}
[role=button] {
cursor: pointer;
}