@xenknight/framework7 0.0.9 → 0.0.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -26,7 +26,7 @@
26
26
  }
27
27
  }
28
28
 
29
- .hairline(bottom, var(--f7-searchbar-new-border-color, var(--f7-bars-border-color)));
29
+ .hairline(bottom, var(--f7-searchbar-new-border-color, transparent));
30
30
 
31
31
  .page > &:not(.searchbar-new-inline) {
32
32
  z-index: 600;
@@ -1,5 +1,5 @@
1
1
  /**
2
- * Framework7 0.0.6
2
+ * Framework7 0.0.10
3
3
  * Full featured mobile HTML framework for building iOS & Android apps
4
4
  * https://framework7.io/
5
5
  *
@@ -2805,7 +2805,7 @@ html.device-full-viewport body {
2805
2805
  .searchbar-new:after {
2806
2806
  content: '';
2807
2807
  position: absolute;
2808
- background-color: var(--f7-searchbar-new-border-color, var(--f7-bars-border-color));
2808
+ background-color: var(--f7-searchbar-new-border-color, transparent);
2809
2809
  display: block;
2810
2810
  z-index: 15;
2811
2811
  top: auto;