Merge pull request #2934 from pickfire/patch-1

Improve website panel heading experience
This commit is contained in:
Manish Goregaokar 2018-07-18 23:50:37 -07:00 committed by GitHub
commit de13d5a5bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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