From 1bbed1cb2bf1248e9ca8a1511cfe8a385c5f21f7 Mon Sep 17 00:00:00 2001 From: Andrei Stanciu Date: Fri, 10 Feb 2017 16:56:48 +0200 Subject: Add permalink to timestamp (#5206) * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * fix error with duplicated import * underline permalink on hover --- webapp/sass/layout/_post.scss | 13 +++++++++++++ webapp/sass/responsive/_tablet.scss | 4 +++- 2 files changed, 16 insertions(+), 1 deletion(-) (limited to 'webapp/sass') diff --git a/webapp/sass/layout/_post.scss b/webapp/sass/layout/_post.scss index 06a3967cc..5d6c12421 100644 --- a/webapp/sass/layout/_post.scss +++ b/webapp/sass/layout/_post.scss @@ -1199,6 +1199,19 @@ font-size: .9em; } + .post__permalink { + color: #333; + &:hover, &:focus { + color: #333; + } + &:focus { + text-decoration: none; + } + &:hover { + text-decoration: underline; + } + } + .post-loading-gif { height: 10px; margin-top: 6px; diff --git a/webapp/sass/responsive/_tablet.scss b/webapp/sass/responsive/_tablet.scss index 79a22aa30..f8ca019e0 100644 --- a/webapp/sass/responsive/_tablet.scss +++ b/webapp/sass/responsive/_tablet.scss @@ -366,7 +366,9 @@ text-rendering: auto; top: -2px; width: 51px; - + &:hover { + text-decoration: underline; + } } } } -- cgit v1.2.3-1-g7c22