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

Merged
tjund merged 1 commits from wip/72937-cursor-pointer-button into main 2023-01-04 11:41:04 +01:00
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;
}