From 9e8cd937908d5d2e730e94f761d6533eb2d95e28 Mon Sep 17 00:00:00 2001 From: Christopher Speller Date: Wed, 18 Nov 2015 17:29:06 -0500 Subject: Implementing Permalinks and jumping to post from search. Performance improvements. --- web/sass-files/sass/partials/_post.scss | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'web/sass-files/sass/partials/_post.scss') diff --git a/web/sass-files/sass/partials/_post.scss b/web/sass-files/sass/partials/_post.scss index 62d136a11..b7609bb7d 100644 --- a/web/sass-files/sass/partials/_post.scss +++ b/web/sass-files/sass/partials/_post.scss @@ -361,6 +361,19 @@ body.ios { .dropdown, .comment-icon__container { visibility: visible; } + .permalink-icon { + visibility: visible; + } + } + + &.post--highlight { + background-color: beige; + } + + ul { + margin: 0; + padding: 0; + list-style: none; } p { @@ -618,6 +631,12 @@ body.ios { color: #999; } + .permalink-icon { + display: inline-block; + color: $primary-color; + visibility: hidden; + } + .comment-icon__container { fill: $primary-color; display: inline-block; @@ -756,4 +775,12 @@ body.ios { margin: 0; } } -} \ No newline at end of file +} + +.permalink-text { + overflow: hidden; +} + +.permalink-popover { + min-width: 320px; +} -- cgit v1.2.3-1-g7c22