From 7c81335c9a1797f3ab66a2459ccac017bd6c1324 Mon Sep 17 00:00:00 2001 From: Mario Nebl Date: Thu, 4 Jan 2018 10:19:20 +0100 Subject: [PATCH] Use +

{{ book_title }}

- - + +
diff --git a/src/theme/stylus/menu.styl b/src/theme/stylus/menu.styl index e3a8a20b..ee4bfcb2 100644 --- a/src/theme/stylus/menu.styl +++ b/src/theme/stylus/menu.styl @@ -2,7 +2,7 @@ position: relative height: 50px - i { + i, .icon-button { position: relative margin: 0 10px z-index: 10 diff --git a/src/theme/stylus/themes/base.styl b/src/theme/stylus/themes/base.styl index 7bc8d713..8f308d5e 100644 --- a/src/theme/stylus/themes/base.styl +++ b/src/theme/stylus/themes/base.styl @@ -39,11 +39,13 @@ .nav-chapters:visited, .mobile-nav-chapters, .mobile-nav-chapters:visited, + .menu-bar .icon-button, .menu-bar a i { color: $icons } .menu-bar i:hover, + .menu-bar .icon-button:hover, .nav-chapters:hover, .mobile-nav-chapters i:hover { color: $icons-hover @@ -132,4 +134,15 @@ & > .result { margin-top: 10px; } } + + .icon-button { + border: none; + background: none; + padding: 0; + color: inherit; + + i { + margin: 0; + } + } }