Skip to content

Commit

Permalink
Hide case-list-menu-header in preview
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinRiese committed Jul 9, 2024
1 parent 48892db commit a0e6b1a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,4 @@ $transition-speed: .5s;
@import "preview_app/form";
@import "preview_app/formnav";
@import "preview_app/debugger";
@import "preview_app/case-tile";
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#case-list-menu-header {
display: none;
}
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
+++
@@ -1,25 +1,18 @@
@@ -1,25 +1,19 @@
-@import '../../hqwebapp/less/_hq/includes/variables.less';
-@import '../../hqwebapp/less/_hq/includes/mixins.less';
-
Expand Down Expand Up @@ -29,3 +29,4 @@
-@import "preview_app/datepicker";
-@import "preview_app/panels";
@import "preview_app/debugger";
+@import "preview_app/case-tile";

0 comments on commit a0e6b1a

Please sign in to comment.