app/assets/stylesheets/pageflow/progress_navigation_bar.scss in pageflow-progress-navigation-bar-1.3.0 vs app/assets/stylesheets/pageflow/progress_navigation_bar.scss in pageflow-progress-navigation-bar-1.4.0
- old
+ new
@@ -300,34 +300,10 @@
p {
margin: 0 0 0.5em;
}
}
- .navigation_share_box {
- $size: 28px;
- width: 210px;
-
- a {
- @include float-start;
- text-decoration: none;
- padding: 0 15px 0 15px;
- width: 39px;
-
- p {
- color: $nav-color;
- margin-bottom: 0;
- text-align: center;
- }
-
- .button {
- width: $size;
- height: $size;
- margin: auto;
- }
- }
- }
-
.navigation_credits_box {
min-width: 230px;
min-height: 4px;
a {
@@ -476,15 +452,22 @@
img {
display: block;
}
}
}
- .no_chapters li.chapter_beginning a, .no_chapters li a.in_active_chapter, .scroller ul.no_chapters li.chapter_beginning a.in_active_chapter {
+
+ &.no_chapters ul.navigation_dots li.chapter_beginning a,
+ &.no_chapters ul.navigation_dots li a.in_active_chapter,
+ .scroller ul.navigation_dots li.chapter_beginning a.in_active_chapter {
background-color: $nav-dot-even;
&.active {
background-color: $nav-active-page;
}
+ }
+
+ &.no_chapters .navigation_site_detail .chapter {
+ display: none;
}
.navigation_menu_box {
&:before {
top: auto;