aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/meta.html
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2019-05-08 22:16:24 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2019-05-08 22:16:24 +0300
commitf8b0da97d84c043576418b9d28f5d75d94d611aa (patch)
tree53fdf0a00d0eef957dfeee1a8617064dbf268253 /layouts/partials/meta.html
parent81b078a04d0555de9658898d4da73e0ac83bd31c (diff)
Categories working except for the arrow
Diffstat (limited to 'layouts/partials/meta.html')
-rw-r--r--layouts/partials/meta.html26
1 files changed, 19 insertions, 7 deletions
diff --git a/layouts/partials/meta.html b/layouts/partials/meta.html
index ad4655a..9acc554 100644
--- a/layouts/partials/meta.html
+++ b/layouts/partials/meta.html
@@ -20,6 +20,8 @@
var themeNoticeColor = '#{{ .Site.Params.notice }}';
var themeDisruptedColor = '#{{ .Site.Params.disrupted }}';
var themeDownColor = '#{{ .Site.Params.down }}';
+
+
</script>
<!-- Sources -->
<style>
@@ -110,6 +112,21 @@
.padding-s { padding: 6px; }
.padding { padding: 12px; }
+ .clicky { cursor: pointer; }
+ .hidden { display: none; }
+
+
+
+ /**
+ * Categories
+ */
+
+
+ .hide-without-js { display: none; }
+ .js span.hide-without-js { display: inline; }
+ .js div.hide-without-js { display: block; }
+
+
/**
* UI elements
*/
@@ -182,11 +199,6 @@
color: #fff;
}
- .summary__date {
- display: block;
- cursor: pointer;
- }
-
.summary__date:hover {
color: #ccc;
}
@@ -268,8 +280,8 @@
*/
.issue { display: block; padding: 14px 24px; }
- .issue:hover { background: #f5f5f5; }
- .issue:active { background: #eee; }
+ .issue:hover, .category__head:hover { background: #f5f5f5; }
+ .issue:active, .category__head:active { background: #eee; }
.issue h3 { line-height: 1.25; }