css: add cursor pointer to [role=button] (#72937)
gitea-wip/publik-base-theme/pipeline/pr-main This commit looks good Details

This commit is contained in:
Thomas Jund 2023-01-03 17:35:24 +01:00
parent b6fcd4517c
commit ac06a375a9
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;
}