css: add cursor pointer to [role=button] (#53784)
gitea/gadjo/pipeline/head Build started... Details

This commit is contained in:
Thomas Jund 2021-05-05 16:35:40 +02:00
parent 438fc92cf1
commit 87e52aece1
1 changed files with 4 additions and 0 deletions

View File

@ -72,6 +72,10 @@ a {
}
}
[role=button] {
cursor: pointer;
}
dl dt {
margin : 0;
padding : 0 0 0 0;