Fix typo for panel cursor

This commit is contained in:
Ivan Tham 2018-08-28 10:24:21 +08:00 committed by GitHub
parent 43c629ebac
commit 340500ede5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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; }