Merge "Buttons should be cursor pointer by default"

This commit is contained in:
jenkins-bot 2018-09-24 21:00:53 +00:00 committed by Gerrit Code Review
commit 98ebba5bbe

View file

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