Buttons should be cursor pointer by default

Bug: T205321
Change-Id: I8f7f4afe22db33e16b443394fe8748dcd76ae913
This commit is contained in:
jdlrobson 2018-09-24 12:09:05 -07:00 committed by VolkerE
parent 2163d5f965
commit 85505d6906
1 changed files with 1 additions and 0 deletions

View File

@ -31,6 +31,7 @@ caption {
button {
border: 0;
background-color: transparent;
cursor: pointer;
}
body {
line-height: 1;