Set logo link in navbar to use pointer cursor to be consistent with other links in navbar.
This commit is contained in:
parent
2246cde1d7
commit
6266b1bb5b
1 changed files with 4 additions and 0 deletions
|
@ -466,6 +466,10 @@ table {
|
|||
display: inline-block;
|
||||
}
|
||||
|
||||
.nav-bar-logo {
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
/* PUBLISH FORM */
|
||||
|
||||
.dropzone {
|
||||
|
|
Loading…
Reference in a new issue