Set logo link in navbar to use pointer cursor to be consistent with other links in navbar.

This commit is contained in:
Joshua Strobl 2017-12-14 21:16:30 +02:00
parent 2246cde1d7
commit 6266b1bb5b

View file

@ -466,6 +466,10 @@ table {
display: inline-block; display: inline-block;
} }
.nav-bar-logo {
cursor: pointer;
}
/* PUBLISH FORM */ /* PUBLISH FORM */
.dropzone { .dropzone {