From cc260855731237975eec5f2574e8a9985fdd0067 Mon Sep 17 00:00:00 2001 From: psychobunny Date: Tue, 22 Sep 2020 22:42:00 -0400 Subject: [PATCH] feat: bookmark menu item restyled --- less/style.less | 10 ++++++++++ templates/partials/topic/post-menu-list.tpl | 10 +++++----- 2 files changed, 15 insertions(+), 5 deletions(-) diff --git a/less/style.less b/less/style.less index f83999c..921f917 100644 --- a/less/style.less +++ b/less/style.less @@ -140,6 +140,16 @@ a:hover, .btn-link:hover, .btn-link:active, .btn-link:focus { cursor: pointer; } +.dropdown-menu { + .badge { + vertical-align: 1px; + } + + a[role="menuitem"]:focus { + outline: none; + } +} + .fade-out { position: absolute; top: 190px; diff --git a/templates/partials/topic/post-menu-list.tpl b/templates/partials/topic/post-menu-list.tpl index e0fac87..abbfaf3 100644 --- a/templates/partials/topic/post-menu-list.tpl +++ b/templates/partials/topic/post-menu-list.tpl @@ -75,12 +75,12 @@
  • - + + + + [[topic:bookmark]] - {posts.bookmarks}  - - - + {posts.bookmarks}