mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-22 20:53:21 +00:00
Fix typo for panel cursor
This commit is contained in:
parent
43c629ebac
commit
340500ede5
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@
|
||||||
|
|
||||||
.form-inline .checkbox { margin-right: 0.6em }
|
.form-inline .checkbox { margin-right: 0.6em }
|
||||||
|
|
||||||
.panel-heading { pointer: cursor; }
|
.panel-heading { cursor: pointer; }
|
||||||
.panel-heading:hover { background-color: #eee; }
|
.panel-heading:hover { background-color: #eee; }
|
||||||
|
|
||||||
.panel-title { display: flex; }
|
.panel-title { display: flex; }
|
||||||
|
|
Loading…
Reference in a new issue