aboutsummaryrefslogtreecommitdiff
path: root/app/scss
diff options
context:
space:
mode:
authorrubenwardy <rw@rubenwardy.com>2018-05-26 03:08:14 +0100
committerrubenwardy <rw@rubenwardy.com>2018-05-26 03:08:14 +0100
commit3d5a6dc32a1c25d03c8a387d7d930de4fc7c8464 (patch)
tree6261d73a7d72b3274d8e3491798a893e5c4eda09 /app/scss
parent506d5e518e2527e46a0d61e2e2996ca628c282e1 (diff)
downloadcheatdb-3d5a6dc32a1c25d03c8a387d7d930de4fc7c8464.tar.xz
Fix two small usability issues
Diffstat (limited to 'app/scss')
-rw-r--r--app/scss/nav.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/scss/nav.scss b/app/scss/nav.scss
index be70681..84bce08 100644
--- a/app/scss/nav.scss
+++ b/app/scss/nav.scss
@@ -37,6 +37,10 @@ nav li a {
border-left: 1px solid #444;
}
+nav li a:not([href]) {
+ cursor: default;
+}
+
nav ul li:last-child a {
border-right: 1px solid #444;
}