Merge pull request #3101 from pickfire/patch-1

Fix typo for panel cursor
This commit is contained in:
Philipp Hansch 2018-08-28 06:42:36 +01:00 committed by GitHub
commit b001ab33fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@
.form-inline .checkbox { margin-right: 0.6em }
.panel-heading { pointer: cursor; }
.panel-heading { cursor: pointer; }
.panel-heading:hover { background-color: #eee; }
.panel-title { display: flex; }