app/assets/stylesheets/blacklight/_bookmark.scss in blacklight-7.40.0 vs app/assets/stylesheets/blacklight/_bookmark.scss in blacklight-8.0.0.beta1
- old
+ new
@@ -1,4 +1,20 @@
label.toggle-bookmark {
font-weight: inherit;
min-width: 8.5em;
}
+
+.bookmark-toggle {
+ .no-js & {
+ input[type="submit"] {
+ display: inline
+ }
+
+ div.toggle-bookmark {
+ display: none
+ }
+ }
+
+ input[type="submit"] {
+ display: none;
+ }
+}